Searched refs:ndk (Results 1 – 25 of 52) sorted by relevance
123
/system/netd/resolv/ |
D | DnsResolverService.h | 38 ::ndk::ScopedAStatus isAlive(bool* alive) override; 39 ::ndk::ScopedAStatus registerEventListener( 44 ::ndk::ScopedAStatus setResolverConfiguration( 46 ::ndk::ScopedAStatus getResolverInfo( 51 ::ndk::ScopedAStatus destroyNetworkCache(int32_t netId) override; 52 ::ndk::ScopedAStatus createNetworkCache(int32_t netId) override; 55 ::ndk::ScopedAStatus startPrefix64Discovery(int32_t netId) override; 56 ::ndk::ScopedAStatus stopPrefix64Discovery(int32_t netId) override; 58 ::ndk::ScopedAStatus getPrefix64(int netId, std::string* stringPrefix) override; 61 ::ndk::ScopedAStatus setLogSeverity(int32_t logSeverity) override; [all …]
|
D | DnsResolverService.cpp | 54 ::ndk::ScopedAStatus status = checkAnyPermission({__VA_ARGS__}); \ 66 inline ::ndk::ScopedAStatus statusFromErrcode(int ret) { in statusFromErrcode() 68 return ::ndk::ScopedAStatus( in statusFromErrcode() 71 return ::ndk::ScopedAStatus(AStatus_newOk()); in statusFromErrcode() 118 ::ndk::ScopedAStatus DnsResolverService::isAlive(bool* alive) { in isAlive() 123 return ::ndk::ScopedAStatus(AStatus_newOk()); in isAlive() 126 ::ndk::ScopedAStatus DnsResolverService::registerEventListener( in registerEventListener() 135 ::ndk::ScopedAStatus DnsResolverService::checkAnyPermission( in checkAnyPermission() 140 return ::ndk::ScopedAStatus(AStatus_fromExceptionCodeWithMessage( in checkAnyPermission() 156 return ::ndk::ScopedAStatus(AStatus_newOk()); in checkAnyPermission() [all …]
|
D | ResolverEventReporter.cpp | 57 ndk::SpAIBinder binder = ndk::SpAIBinder(AServiceManager_checkService("netd_listener")); in addDefaultListener()
|
/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/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.
|
/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.
|
D | adbd.te | 90 # ndk-gdb invokes adb forward to forward the gdbserver socket. 95 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
/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/tools/aidl/ |
D | generate_ndk.h | 27 namespace ndk {
|
D | aidl_to_ndk.h | 23 namespace ndk {
|
D | Android.bp | 249 ndk: { 262 ndk: {
|
/system/extras/partition_tools/aidl/ |
D | Android.bp | 26 ndk: {
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 663 mctx.PropertyErrorf("backend.ndk.enabled",
|
123