Home
last modified time | relevance | path

Searched refs:GetHandleFunc (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/utils/ISV/include/
Disv_omxcore.h29 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
42 GetHandleFunc mGetHandle;
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DQComOMXPlugin.cpp45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle"); in QComOMXPlugin()
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DQComOMXPlugin.cpp45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle"); in QComOMXPlugin()
/hardware/qcom/media/msm8998/libstagefrighthw/
DQComOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DQComOMXPlugin.cpp45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle"); in QComOMXPlugin()
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.h48 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
61 GetHandleFunc mGetHandle;
DWrsOMXPlugin.cpp77 core->mGetHandle = (WrsOMXCore::GetHandleFunc)dlsym(libHandle, "OMX_GetHandle"); in AddCore()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp83 … g_cores[i].mGetHandle = (ISVOMXCore::GetHandleFunc)dlsym(libHandle, "OMX_GetHandle"); in OMX_Init()