Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 4 of 4) sorted by relevance

/system/media/camera/docs/
Dcamera_metadata_tag_info.mako36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}",
42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START,
43 ${path_name(i) | csym}_END },
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
60 ${path_name(i) | csyml},
Dcamera_metadata_tags.mako52 ${path_name(i) | csym},
65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,
81 ${path_name(find_parent_section(entry)) | csym}_START,
86 ${path_name(sec) | csym}_END,
Dmetadata_helpers.py106 def path_name(node): function
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp172 char path_name[PATH_MAX]; in setActiveGroup() local
173 memcpy(path_name, path, pathlen); in setActiveGroup()
174 path_name[pathlen] = '\0'; in setActiveGroup()
175 ALOG(LOG_VERBOSE, LOG_TAG, "setActiveGroup(%d, %s, %zu)", groupId, path_name, pathlen); in setActiveGroup()
176 return mDevice->set_active_group(mDevice, groupId, path_name); in setActiveGroup()