Home
last modified time | relevance | path

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

/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 }; in AddCore() local
90 …while (OMX_ErrorNone == ((*(core->mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, … in AddCore()
92 ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName); in AddCore()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 }; in OMX_Init() local
90 …while (OMX_ErrorNone == ((*(g_cores[i].mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_S… in OMX_Init()
92 … ALOGD_IF(ISV_CORE_DEBUG, "OMX IL core: declares component %s", tmpComponentName); in OMX_Init()