Searched refs:ndk (Results 1 – 8 of 8) sorted by relevance
/system/media/camera/docs/ |
D | ndk_camera_metadata_tags.mako | 53 ${ndk(path_name(i)) | csym}, 65 ${ndk(path_name(i)) + '.start' | csym,ljust(30)} = ${ndk(path_name(i)) | csym,pad(64)} << 16, 84 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE 106 ${ndk(entry.name) + " = " | csym,ljust(60)}// ${annotated_type(entry)} 109 ${ndk(path_name(find_parent_section(entry))) | csym}_START, 111 ${ndk(path_name(find_parent_section(entry))) | csym}_START + ${idx}, 115 ${ndk(path_name(sec)) | csym}_END, 127 // ${ndk(entry.name) | csym} 128 typedef enum acamera_metadata_enum_${csym(ndk(entry.name)).lower()} { 135 print " WARNING: {}_{} is marked as hidden".format(csym(ndk(entry.name)), val.name) + \ [all …]
|
D | metadata-generate | 64 local ndk="$4" 67 if [[ "$ndk" == "yes" ]]; then
|
D | ACameraMetadata.mako | 29 case ${ndk(entry.name) | csym}: 39 case ${ndk(entry.name) | csym}:
|
D | metadata_helpers.py | 131 def ndk(name): function 913 return csym(ndk(node.name)) 924 text = text + '\n@see %s' % (csym(ndk(node.name)))
|
/system/sepolicy/ |
D | runas.te | 4 # ndk-gdb invokes adb shell run-as.
|
D | adbd.te | 84 # ndk-gdb invokes adb forward to forward the gdbserver socket. 89 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
D | app.te | 18 # gdbserver for ndk-gdb reads the zygote. 52 # Notify shell and adbd of death when spawned via runas for ndk-gdb.
|
D | untrusted_app.te | 90 # gdbserver for ndk-gdb ptrace attaches to app process.
|