Lines Matching refs:currentUUID
2559 char *currentUUID = NULL; in printComponentVersion() local
2593 currentUUID = ( char * ) mCompUUID; in printComponentVersion()
2596 if ( NULL != currentUUID ) in printComponentVersion()
2599 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2601 currentUUID += offset; in printComponentVersion()
2602 CAMHAL_LOGVB("Git Branch: [%s]", currentUUID); in printComponentVersion()
2612 offset = strlen( ( const char * ) currentUUID) + 1; in printComponentVersion()
2614 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2616 currentUUID += offset; in printComponentVersion()
2617 CAMHAL_LOGVB("Build date and time: [%s]", currentUUID); in printComponentVersion()
2627 offset = strlen( ( const char * ) currentUUID) + 1; in printComponentVersion()
2629 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE ) in printComponentVersion()
2631 currentUUID += offset; in printComponentVersion()
2632 CAMHAL_LOGVB("Build description: [%s]", currentUUID); in printComponentVersion()