Lines Matching refs:ndk
131 def ndk(name):
133 Return the NDK version of given name, which replace
140 A NDK version name string of the input name
875 NDK camera API C/C++ comment section, given a set of metadata
886 - All tag names converted to appropriate NDK tag name for each tag
889 "This is a comment for NDK\n" +
897 " * This is a comment for NDK\n" +
910 # NDK tag format of "ACAMERA_X_Y_Z"
913 return csym(ndk(node.name))
924 text = text + '\n@see %s' % (csym(ndk(node.name)))
1122 in the provided text, and replace them by NDK format of "ACAMERA_XXX_*" or
1236 Filter the given entries by removing those that are not NDK visible.