Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dpv_omx_interface.cpp43 static PVOMXInterface* Instance() in Instance() function in PVOMXInterface
79 return PVOMXInterface::Instance(); in PVGetInterface()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp51 ret = pthread_create(&id, NULL, Instance, this); in Start()
74 void *Thread::Instance(void *p) in Instance() function in Thread
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
Dti_omx_interface.cpp52 static TIOMXInterface* Instance() in Instance() function in TIOMXInterface
126 return TIOMXInterface::Instance(); in PVGetInterface()
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dthread.h49 static void *Instance(void *);