Searched refs:iHandler (Results 1 – 4 of 4) sorted by relevance
101 iHandler = NULL; in CPVInterfaceProxy_OMX()144 iHandler = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxyHandler_OMX(this, handlerPri)); in ConstructL()173 if (iHandler) in ~CPVInterfaceProxy_OMX()175 iHandler->~CPVInterfaceProxyHandler_OMX(); in ~CPVInterfaceProxy_OMX()176 iAlloc->deallocate(iHandler); in ~CPVInterfaceProxy_OMX()178 iHandler = NULL; in ~CPVInterfaceProxy_OMX()500 iHandler->PendComplete(OSCL_REQUEST_ERR_NONE); in SendCommand()570 iHandler->AddToScheduler(); in InThread()571 iHandler->PendForExec(); in InThread()599 iHandler->RemoveFromScheduler(); in InThread()
169 CPVInterfaceProxyHandler_OMX *iHandler; variable
91 iHandler = NULL; in CPVInterfaceProxy()124 iHandler = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxyHandler(this, handlerPri)); in ConstructL()148 if (iHandler) in ~CPVInterfaceProxy()150 iHandler->~CPVInterfaceProxyHandler(); in ~CPVInterfaceProxy()151 iAlloc->deallocate(iHandler); in ~CPVInterfaceProxy()153 iHandler = NULL; in ~CPVInterfaceProxy()444 iHandler->PendComplete(OSCL_REQUEST_ERR_NONE); in SendCommand()511 iHandler->AddToScheduler(); in InThread()512 iHandler->PendForExec(); in InThread()540 iHandler->RemoveFromScheduler(); in InThread()
161 CPVInterfaceProxyHandler *iHandler; variable