Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DExynos_OMX_Plugin.cpp45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "Exynos_OMX_GetHandle"); in ExynosOMXPlugin()
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DQComOMXPlugin.cpp44 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle"); in QComOMXPlugin()
/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/omap3/libstagefrighthw/
DTIOMXPlugin.h55 typedef OMX_ERRORTYPE (*GetHandleFunc)( typedef
66 GetHandleFunc mGetHandle;
DTIOMXPlugin.cpp44 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle"); in TIOMXPlugin()