Home
last modified time | relevance | path

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

12345

/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/teeui/test/example_config/
DREADME53 "native-test-flag": "--width=<device width in pixels>"
56 "native-test-flag": "--height=<device height in pixels>"
59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ…
62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>"
65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the…
68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top …
71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of…
74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t…
99 com.android.tradefed.testtype.HostGTest:native-test-flag:"--width=100"\
101 com.android.tradefed.testtype.HostGTest:native-test-flag:"--height=100"\
[all …]
/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.bp13 "frameworks/native/include",
26 // The PDK build does not have access to frameworks/native elements.
/system/sepolicy/private/
Dkeystore_keys.te4 # A keystore2_key namespace for the shell domain. Mainly used for native tests.
7 # A keystore2 namespace for the su domain. Mainly used for native tests.
Dkeystore2_key_contexts7 # su_key is a keystore_key namespace for the su domain intended for native tests.
10 # shell_key is a keystore_key namespace for the shell domain intended for native tests.
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
/system/sepolicy/prebuilts/api/31.0/private/
Dkeystore_keys.te4 # A keystore2_key namespace for the shell domain. Mainly used for native tests.
7 # A keystore2 namespace for the su domain. Mainly used for native tests.
Dkeystore2_key_contexts7 # su_key is a keystore_key namespace for the su domain intended for native tests.
10 # shell_key is a keystore_key namespace for the shell domain intended for native tests.
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
/system/extras/module_ndk_libs/
DREADME.md1 This directory contains the NDK libraries and headers for native libraries in
/system/sepolicy/prebuilts/api/30.0/private/
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
/system/extras/simpleperf/doc/
DREADME.md3 Simpleperf is a native CPU profiling tool for Android. It can be used to profile
4 both Android applications and native processes running on Android. It can
147 4. Work well when profiling native programs on ARM64. One example is profiling surfacelinger. And
158 Simpleperf may need unstripped native binaries on the device to generate good dwarf based call
160 1. Use unstripped native binaries when building the apk, as [here](https://android.googlesource.com…
161 2. Download unstripped native libraries on device, as [here](#fix-broken-callchain-stopped-at-c-fun…
177 The simpleperf record command collects symbols on device in perf.data. But if the native libraries
186 The NATIVE_LIB_DIRs passed in -lib option are the directories containing unstripped native
187 libraries on host. After running it, the native libraries containing symbol tables are collected
202 stripped in native libraries in apks. To fix this, we can download unstripped version of native
Dandroid_application_profiling.md101 Android studio strips symbol table and debug info of native libraries in the apk. So the profiling
103 a directory containing unstripped native libraries via the -lib option. Usually the directory can
110 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
112 On Android O, simpleperf supports profiling Java code which is compiled into native instructions,
116 On Android N, simpleperf supports profiling Java code that is compiled into native instructions.
144 # --compile_java_code option compiles Java code into native instructions, which isn't needed on
147 # -lib option gives the directory to find debug native libraries.
152 This will collect profiling data in perf.data in the current directory, and related native
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
Dscripts_reference.md24 app_profiler.py is used to record profiling data for Android applications and native executables.
30 # Record an Android application with Java code compiled into native instructions.
36 # Record a native process.
39 # Record a native process given its pid.
208 # Record a native program and generate flamegraph.
/system/chre/doc/
Dnanoapp_clients.md8 the Android framework or an APK), and (2) native vendor code (beneath the
10 the Java method, unless a vendor-partition native implementation is required
62 code. However, it is not suitable for use from native code within an Android
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs7 native: BnDeprecated(on_transact),
/system/apex/proto/
Dapex_manifest.proto46 // List of native libs which can be used by other apexes or system.
49 // List of native libs which this apex uses from other apexes or system.
/system/bt/binder/
DAndroid.bp21 /* TODO: Uncomment this files as they get converted one-by-one into native implementation
60 "frameworks/native/aidl/binder",
/system/core/libstats/push_compat/
DAndroid.bp20 // native modules on Q that log pushed atoms to statsd.
/system/sepolicy/prebuilts/api/28.0/private/
Ddumpstate.te37 # Signal native processes to dump their stack.
/system/core/rootdir/
DAndroid.bp42 // TODO(b/185211376) Scope the native APIs that microdroid will provide to the app payload
/system/sepolicy/prebuilts/api/29.0/private/
Ddumpstate.te37 # Signal native processes to dump their stack.

12345