Home
last modified time | relevance | path

Searched refs:ndk (Results 1 – 25 of 52) sorted by relevance

123

/system/netd/resolv/
DDnsResolverService.h38 ::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 …]
DDnsResolverService.cpp54 ::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 …]
DResolverEventReporter.cpp57 ndk::SpAIBinder binder = ndk::SpAIBinder(AServiceManager_checkService("netd_listener")); in addDefaultListener()
/system/media/camera/docs/
Dndk_camera_metadata_tags.mako60 ${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 …]
DACameraMetadata.mako29 case ${ndk(entry.name) | csym}:
39 case ${ndk(entry.name) | csym}:
/system/sepolicy/prebuilts/api/29.0/private/
Drunas_app.te9 # 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.
Drunas.te3 # ndk-gdb invokes adb shell run-as.
/system/sepolicy/private/
Drunas_app.te9 # 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.
Drunas.te3 # ndk-gdb invokes adb shell run-as.
/system/core/libsync/
DAndroid.bp3 from: "include/ndk",
5 srcs: ["include/ndk/sync.h"],
/system/sepolicy/prebuilts/api/28.0/private/
Drunas.te3 # ndk-gdb invokes adb shell run-as.
Duntrusted_v2_app.te40 # gdbserver for ndk-gdb ptrace attaches to app process.
/system/sepolicy/prebuilts/api/27.0/private/
Drunas.te4 # ndk-gdb invokes adb shell run-as.
Duntrusted_v2_app.te41 # gdbserver for ndk-gdb ptrace attaches to app process.
/system/sepolicy/prebuilts/api/26.0/private/
Drunas.te4 # ndk-gdb invokes adb shell run-as.
Duntrusted_v2_app.te42 # gdbserver for ndk-gdb ptrace attaches to app process.
Dadbd.te90 # 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/
Dpublic.libraries.wear.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
Dpublic.libraries.android.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
Dpublic.libraries.iot.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
/system/tools/aidl/
Dgenerate_ndk.h27 namespace ndk {
Daidl_to_ndk.h23 namespace ndk {
DAndroid.bp249 ndk: {
262 ndk: {
/system/extras/partition_tools/aidl/
DAndroid.bp26 ndk: {
/system/tools/aidl/build/
Daidl_interface.go663 mctx.PropertyErrorf("backend.ndk.enabled",

123