Searched refs:path_name (Results 1 – 4 of 4) sorted by relevance
/system/media/camera/docs/ |
D | camera_metadata_tag_info.mako | 36 ${"[%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},
|
D | camera_metadata_tags.mako | 52 ${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,
|
D | metadata_helpers.py | 106 def path_name(node): function
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.cpp | 172 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()
|