HomeSort by relevance Sort by last modified time
    Searched refs:tmpComponentName (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 };
90 while (OMX_ErrorNone == ((*(core->mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex))) {
92 ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName);
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 };
90 while (OMX_ErrorNone == ((*(g_cores[i].mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex))) {
92 ALOGD_IF(ISV_CORE_DEBUG, "OMX IL core: declares component %s", tmpComponentName);

Completed in 876 milliseconds