Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/include/
Disv_omxcore.h29 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
42 GetHandleFunc mGetHandle;
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DTIOMXPlugin.cpp50 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle"); in TIOMXPlugin()
/hardware/ti/omap4-aah/libstagefrighthw/
DTIOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DTIOMXPlugin.cpp50 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle"); in TIOMXPlugin()
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DTIOMXPlugin.cpp44 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle"); in TIOMXPlugin()
/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/msm8996/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()