Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 63) sorted by relevance

123

/system/core/adb/client/
Dusb_dispatch.cpp26 native::usb_init(); in usb_init()
34 native::usb_cleanup(); in usb_cleanup()
41 : native::usb_write(reinterpret_cast<native::usb_handle*>(h), data, len); in usb_write()
47 : native::usb_read(reinterpret_cast<native::usb_handle*>(h), data, len); in usb_read()
52 : native::usb_close(reinterpret_cast<native::usb_handle*>(h)); in usb_close()
57 : native::usb_reset(reinterpret_cast<native::usb_handle*>(h)); in usb_reset()
62 : native::usb_kick(reinterpret_cast<native::usb_handle*>(h)); in usb_kick()
68 : native::usb_get_max_packet_size(reinterpret_cast<native::usb_handle*>(h)); in usb_get_max_packet_size()
/system/tools/hidl/test/java_test/
Dhidl_test_java6 native=/data/nativetest${SIZE/32}/hidl_test_java_native/hidl_test_java_native
8 if [ -f $native ]; then
9 echo "Testing $SIZE bit native client/server"
11 # Test native server with Java client
12 $native -s &
16 && echo "Java client => native server PASSED" \
17 || (echo "Java client => native server FAILED" && false) || e=1
21 # Test Java server with native client
24 $native -c \
25 && echo "native client => Java server PASSED" \
[all …]
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
DCMakeLists.txt5 native-lib
7 native-lib.cpp
10 target_include_directories(native-lib
19 native-lib
/system/tools/hidl/c2hal/
DREADME.md41 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
42 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
43 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
44 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
45 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
46 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt2 # documentation: https://d.android.com/studio/projects/add-native-code.html
4 # Sets the minimum version of CMake required to build the native library.
14 native-lib
20 src/main/cpp/native-lib.cpp )
40 native-lib
/system/extras/multinetwork/
DAndroid.bp9 "frameworks/native/include",
22 // The PDK build does not have access to frameworks/native elements.
/system/core/adb/
Dusb.h47 namespace native {
49 ADB_USB_INTERFACE(native::usb_handle*);
DAndroid.bp328 // libminadbd wants both, as it's used to build native tests.
454 // libminadbd wants both, as it's used to build native tests.
/system/bt/binder/
DAndroid.bp12 /* TODO: Uncomment this files as they get converted one-by-one into native implementation
49 "frameworks/native/aidl/binder",
/system/extras/simpleperf/doc/
Dinferno.md7 Inferno is a flamegraph generator for native (C/C++) Android apps. It was
9 (Android compositor) but it can be used for any native Android application
42 Inferno relies on simpleperf to record the callstack of a native application
DREADME.md3 Simpleperf is a native profiling tool for Android. It can be used to profile
4 both Android applications and native processes running on Android. It can
220 Android studio strips symbol table and debug info of native libraries in the apk. So the profiling
222 a directory containing unstripped native libraries via the -lib option. Usually the directory can
229 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
231 On Android O, simpleperf supports profiling Java code which is compiled into native instructions,
235 On Android N, simpleperf supports profiling Java code that is compiled into native instructions.
263 # --compile_java_code option compiles Java code into native instructions, which isn't needed on
266 # -lib option gives the directory to find debug native libraries.
271 This will collect profiling data in perf.data in the current directory, and related native
[all …]
/system/libhwbinder/
DAndroid.bp23 include_dirs: ["frameworks/native/include"],
95 include_dirs: ["frameworks/native/libs/binderthreadstate/include/"],
/system/sepolicy/prebuilts/api/29.0/private/
Ddumpstate.te37 # Signal native processes to dump their stack.
/system/sepolicy/private/
Ddumpstate.te37 # Signal native processes to dump their stack.
/system/sepolicy/prebuilts/api/28.0/private/
Ddumpstate.te37 # Signal native processes to dump their stack.
/system/tools/aidl/
DAndroid.bp179 include_dirs: ["frameworks/native/aidl/binder"],
234 "frameworks/native/aidl/binder",
/system/tools/aidl/docs/
Daidl-cpp.md22 compatible (e.g. Java clients are tested to interoperate with native services).
47 native implementation. Android
49 native components of the system without the Java.
241 allowing native services to explicitly control whether they allow method
267 For situations where your native service needs to throw an error code specific
/system/core/storaged/
DAndroid.bp52 include_dirs: ["frameworks/native/aidl/binder"],
/system/core/storaged/tools/
Dranker.py118 if not is_number(words[0]) and args.native:
/system/bt/service/common/
DAndroid.bp85 "frameworks/native/aidl/binder",
/system/core/libmemunreachable/
DREADME.md6 …able is a zero-overhead native memory leak detector. It uses an imprecise mark-and-sweep garbage …
/system/bt/service/
DAndroid.bp117 "frameworks/native/aidl/binder",
/system/vold/
DAndroid.bp81 include_dirs: ["frameworks/native/aidl/binder"],
/system/timezone/
DREADME.android32 - Used to create Android's native tzdata file format from the files
98 uses the ICU4C's native format for both ICU4C and ICU4J time zone code which is
/system/sepolicy/prebuilts/api/27.0/private/
Dincidentd.te39 # Signal native processes to dump their stack.

123