Home | History | Annotate | Download | only in omx

Lines Matching refs:cComponentName

149     OMX_OUT OMX_STRING cComponentName,
169 __func__, nIndex, cComponentName);
170 return ((*(g_cores[i].mComponentNameEnum))(cComponentName, nNameLength, relativeIndex));
180 OMX_IN OMX_STRING cComponentName,
187 ALOGD_IF(ISV_CORE_DEBUG, "%s: enter, try to get %s", __func__, cComponentName);
205 ret = g_mrm_omx_adaptor->MRM_OMX_CheckIfFullLoad(cComponentName);
221 const_cast<char *>(cComponentName),
228 ALOGD_IF(ISV_CORE_DEBUG, "%s: found component %s, pHandle %p", __func__, cComponentName, *pHandle);
231 g_mrm_omx_adaptor->MRM_OMX_SetComponent(tempHandle, cComponentName);
246 ALOGD_IF(ISV_CORE_DEBUG, "%s(): exit failure, %s not found", __func__, cComponentName);