Lines Matching refs:currentUUID
2176 char *currentUUID = NULL; in printComponentVersion() local
2210 currentUUID = ( char * ) mCompUUID; in printComponentVersion()
2213 if ( NULL != currentUUID ) in printComponentVersion()
2216 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2218 currentUUID += offset; in printComponentVersion()
2219 CAMHAL_LOGVB("Git Branch: [%s]", currentUUID); in printComponentVersion()
2229 offset = strlen( ( const char * ) currentUUID) + 1; in printComponentVersion()
2231 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2233 currentUUID += offset; in printComponentVersion()
2234 CAMHAL_LOGVB("Build date and time: [%s]", currentUUID); in printComponentVersion()
2244 offset = strlen( ( const char * ) currentUUID) + 1; in printComponentVersion()
2246 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2248 currentUUID += offset; in printComponentVersion()
2249 CAMHAL_LOGVB("Build description: [%s]", currentUUID); in printComponentVersion()