Searched refs:handlerPri (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy.cpp | 62 , 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()
|
D | pv_omx_interface_proxy.h | 125 … , int32 handlerPri = OsclActiveObject::EPriorityNominal + 1
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.cpp | 59 , 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()
|
D | pv_interface_proxy.h | 116 … , int32 handlerPri = OsclActiveObject::EPriorityNominal + 1
|