Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp62 , int32 handlerPri in NewL() argument
86 err = self->ConstructL(nreserve1, nreserve2, handlerPri, notifierPri); in NewL()
115 bool CPVInterfaceProxy_OMX::ConstructL(uint32 nreserve1, uint32 nreserve2, int32 handlerPri, int32 … in ConstructL() argument
144 iHandler = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxyHandler_OMX(this, handlerPri)); in ConstructL()
Dpv_omx_interface_proxy.h125 … , int32 handlerPri = OsclActiveObject::EPriorityNominal + 1
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp59 , int32 handlerPri in OSCL_DLL_ENTRY_POINT_DEFAULT()
76 err = self->CPVIConstructL(nreserve1, nreserve2, handlerPri, notifierPri); in OSCL_DLL_ENTRY_POINT_DEFAULT()
100 …PVInterfaceProxy::ConstructL(uint32 nreserve1, uint32 nreserve2, int32 handlerPri, int32 notifierP… in ConstructL() argument
124 iHandler = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxyHandler(this, handlerPri)); in ConstructL()
Dpv_interface_proxy.h116 … , int32 handlerPri = OsclActiveObject::EPriorityNominal + 1