Home
last modified time | relevance | path

Searched refs:currentUUID (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2176 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()
[all …]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2559 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()
[all …]