HomeSort by relevance Sort by last modified time
    Searched defs:InitFunc (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h 50 typedef OMX_ERRORTYPE (*InitFunc)();
63 InitFunc mInit;
  /hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.h 50 typedef OMX_ERRORTYPE (*InitFunc)();
63 InitFunc mInit;
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.h 50 typedef OMX_ERRORTYPE (*InitFunc)();
63 InitFunc mInit;
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.h 50 typedef OMX_ERRORTYPE (*InitFunc)();
63 InitFunc mInit;
  /device/generic/goldfish/camera/
JpegCompressor.cpp 40 typedef void (*InitFunc)(JpegStub* stub, int* strides);
55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");

Completed in 72 milliseconds