Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 53) sorted by relevance

123

/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h491 const struct JNINativeInterface* functions; member
496 { return functions->GetVersion(this); } in GetVersion()
500 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
503 { return functions->FindClass(this, name); } in FindClass()
506 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
509 { return functions->FromReflectedField(this, field); } in FromReflectedField()
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod()
515 { return functions->GetSuperclass(this, clazz); } in GetSuperclass()
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom()
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField()
[all …]
/system/core/rootdir/
Dinit.usb.configfs.rc11 rmdir /config/usb_gadget/g1/functions/rndis.gs4
22 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
28 symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1
37 symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1
38 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
44 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1
53 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1
54 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
60 symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1
69 symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1
[all …]
Dinit.usb.rc45 write /sys/class/android_usb/android0/functions ${sys.usb.config}
55 write /sys/class/android_usb/android0/functions ${sys.usb.config}
64 write /sys/class/android_usb/android0/functions ${sys.usb.config}
74 write /sys/class/android_usb/android0/functions ${sys.usb.config}
83 write /sys/class/android_usb/android0/functions ${sys.usb.config}
93 write /sys/class/android_usb/android0/functions ${sys.usb.config}
102 write /sys/class/android_usb/android0/functions ${sys.usb.config}
/system/extras/simpleperf/scripts/
Dreport_html.py215 for function in lib.functions.values():
221 del lib.functions[func_id]
259 self.functions: Dict[int, FunctionScope] = {} # map from func_id to FunctionScope.
262 function = self.functions.get(func_id)
264 function = self.functions[func_id] = FunctionScope(func_id)
272 for func in self.functions.values()]
277 for func_id, function in lib.functions.items():
278 cur_function = self.functions.get(func_id)
280 self.functions[func_id] = function
635 self.functions = FunctionSet()
[all …]
/system/logging/liblog/
DREADME.protocol.md75 This payload is used for the `__android_log_buf_write()` family of functions.
86 This payload is used for the `__android_log_bwrite()` family of functions. It is additionally used
87 for `android_log_write_list()` and the related functions that manipulate event lists.
/system/tools/hidl/test/vendor/1.0/
DIVendor.hal35 // Testing static functions in derived class
36 // overriding virtual functions in parent class
/system/testing/gtest_extras/gtest_isolated/
DAndroid.bp53 // functions without getting duplicate symbols.
77 // functions without getting duplicate symbols.
/system/sepolicy/private/
Dhal_usb_gadget.te10 # Configuring usb gadget functions
/system/chre/std_overrides/
DREADME.md4 functions that are not supported by CHRE, but can be redirected to a supported
/system/libufdt/tests/
DREADME8 * common.sh: A common lib containing several useful functions.
/system/chre/chpp/
DQUICKSTART.md30 1. Call the layers’ initialization functions, chppTransportInit and chppAppInit (in any order)
42 1. Call the layers’ deinitialization functions, chppTransportDeinit and chppAppDeinit (in any order)
/system/chre/host/msm/daemon/idl/
Dchre_slpi.idl24 * Refer to the implementations of these functions in the CHRE code that runs on
/system/libhidl/transport/token/1.0/
DITokenManager.hal32 * @return token Opaque value which may be used as inputs to other functions.
/system/extras/libjsonpb/
DREADME.md3 This library provides functions to parse a JSON file to a structured Protobuf
50 This library provides functions and tests to examine a JSON file and validate
/system/sepolicy/microdroid/system/public/
Dioctl_macros8 # Wireless extension ioctls. Primarily get functions.
/system/libbase/
DREADME.md5 This library is a collection of convenience functions to make common tasks
/system/sepolicy/public/
Dioctl_macros8 # Wireless extension ioctls. Primarily get functions.
/system/update_engine/
Dpylintrc164 # List of decorators that create context managers from functions, such as
263 bad-functions=map,filter,input,apply,reduce
280 # styles across functions and methods.
339 # styles across functions and methods. 'exempt' indicates a name which is
350 # Minimum line length for functions/classes that require docstrings, shorter
/system/netd/tests/benchmarks/
DREADME.md3 These are benchmarks for libc **connect** and **gethostbyname** functions as hooked by netd.
/system/extras/simpleperf/doc/
DREADME.md56 Python scripts are split into three parts according to their functions:
71 system/extras/simpleperf/scripts/ in AOSP. Their functions are listed below.
198 on device, as [here](#fix-broken-callchain-stopped-at-c-functions).
207 ### Fix broken callchain stopped at C functions
210 The debug information needed to unwind C functions is in .debug_frame section, which is usually
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.proto9 // RPC functions to call CHRE APIs
55 // Start synchronous functions
/system/chre/doc/
Dframework_overview.md58 common and platform-specific data and functions, as described in the Platform
143 of `virtual` functions, while minimizing code size impact on systems with tight
163 `PlatformSensorManager` with platform-specific functions and data. This pattern
Dporting_guide.md194 - these functions must return an appropriate response indicating the lack of
211 `open()` to call into the CHRE framework, as the other functions in the CHRE
228 functions must be implemented by the platform, and provided to CHRE when a call
255 requests as needed, by invoking the request functions in the Module API. The PAL
/system/libartpalette/
DAndroid.bp76 // Limit visibility to ART. Many functions wrap native libraries without
/system/timezone/output_data/iana/
DAndroid.bp45 // tzdata is a binary file used by bionic functions like mktime / localtime and

123