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

  /hardware/intel/common/utils/ISV/include/
isv_omxcore.h 42 GetHandleFunc mGetHandle;
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp 35 mGetHandle(NULL),
45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle");
52 if (!mInit || !mDeinit || !mComponentNameEnum || !mGetHandle ||
79 return (*mGetHandle)(
QComOMXPlugin.h 66 GetHandleFunc mGetHandle;
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 34 mGetHandle(NULL),
44 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle");
73 return (*mGetHandle)(
TIOMXPlugin.h 66 GetHandleFunc mGetHandle;
  /hardware/ti/omap4-aah/libstagefrighthw/
TIOMXPlugin.cpp 40 mGetHandle(NULL),
50 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle");
81 return (*mGetHandle)(
TIOMXPlugin.h 66 GetHandleFunc mGetHandle;
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 40 mGetHandle(NULL),
50 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle");
81 return (*mGetHandle)(
TIOMXPlugin.h 66 GetHandleFunc mGetHandle;
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.h 61 GetHandleFunc mGetHandle;
WrsOMXPlugin.cpp 77 core->mGetHandle = (WrsOMXCore::GetHandleFunc)dlsym(libHandle, "OMX_GetHandle");
129 OMX_ERRORTYPE omx_res = (*(mCores[i]->mGetHandle))(
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 83 g_cores[i].mGetHandle = (ISVOMXCore::GetHandleFunc)dlsym(libHandle, "OMX_GetHandle");
219 OMX_ERRORTYPE omx_res = (*(g_cores[i].mGetHandle))(

Completed in 419 milliseconds