Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dndk_camera_metadata_tags.mako53 ${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 …]
Dmetadata-generate64 local ndk="$4"
67 if [[ "$ndk" == "yes" ]]; then
DACameraMetadata.mako29 case ${ndk(entry.name) | csym}:
39 case ${ndk(entry.name) | csym}:
Dmetadata_helpers.py131 def ndk(name): function
913 return csym(ndk(node.name))
924 text = text + '\n@see %s' % (csym(ndk(node.name)))
/system/sepolicy/
Drunas.te4 # ndk-gdb invokes adb shell run-as.
Dadbd.te84 # ndk-gdb invokes adb forward to forward the gdbserver socket.
89 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
Dapp.te18 # gdbserver for ndk-gdb reads the zygote.
52 # Notify shell and adbd of death when spawned via runas for ndk-gdb.
Duntrusted_app.te90 # gdbserver for ndk-gdb ptrace attaches to app process.