Searched refs:ndk (Results 1 – 25 of 59) sorted by relevance
123
/system/tools/hidl/hidl2aidl/test/ |
D | ndk_test_compile.cpp | 39 ndk::ScopedAStatus status1 = foo->someBar(std::string(), std::string()); in testIFoo() 42 ndk::ScopedAStatus status2 = foo->oneOutput(&f); in testIFoo() 48 ndk::ScopedAStatus status1 = bar->someBar(std::string(), 3, &out); in testIBar() 52 ndk::ScopedAStatus status2 = bar->extraMethod(inner); in testIBar() 64 ndk::ScopedAStatus status = foo->someFoo(3); in testIFoo2()
|
/system/media/camera/docs/ |
D | ndk_camera_metadata_tags.mako | 60 ${ndk(path_name(i)) | csym}, 72 ${ndk(path_name(i)) + '.start' | csym,ljust(30)} = ${ndk(path_name(i)) | csym,pad(64)} << 16, 91 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE 119 ${ndk(entry.name) + " = " | csym,ljust(60)}// ${annotated_type(entry)} 122 ${ndk(path_name(find_parent_section(entry))) | csym}_START, 124 ${ndk(path_name(find_parent_section(entry))) | csym}_START + ${idx}, 128 ${ndk(path_name(sec)) | csym}_END, 140 // ${ndk(entry.name) | csym} 141 typedef enum acamera_metadata_enum_${csym(ndk(entry.name)).lower()} { 148 print " WARNING: {}_{} is marked as hidden".format(csym(ndk(entry.name)), val.name) + \ [all …]
|
D | ACameraMetadata.mako | 29 case ${ndk(entry.name) | csym}: 39 case ${ndk(entry.name) | csym}:
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/system/tools/aidl/tests/stability_test/ |
D | Android.bp | 29 ndk: { 49 ndk: { 68 ndk: {
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
D | untrusted_app_27.te | 19 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
|
/system/sepolicy/private/ |
D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
D | untrusted_app_27.te | 19 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
|
/system/core/libsync/ |
D | Android.bp | 3 from: "include/ndk", 5 srcs: ["include/ndk/sync.h"],
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
D | untrusted_v2_app.te | 40 # gdbserver for ndk-gdb ptrace attaches to app process.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | runas.te | 4 # ndk-gdb invokes adb shell run-as.
|
D | untrusted_v2_app.te | 41 # gdbserver for ndk-gdb ptrace attaches to app process.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | runas.te | 4 # ndk-gdb invokes adb shell run-as.
|
D | untrusted_v2_app.te | 42 # gdbserver for ndk-gdb ptrace attaches to app process.
|
/system/core/rootdir/etc/ |
D | public.libraries.wear.txt | 1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
|
D | public.libraries.android.txt | 1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
|
D | public.libraries.iot.txt | 1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
|
/system/extras/partition_tools/aidl/ |
D | Android.bp | 27 ndk: {
|
/system/tools/aidl/ |
D | generate_ndk.h | 27 namespace ndk {
|
D | aidl_to_ndk.h | 23 namespace ndk {
|
123