HomeSort by relevance Sort by last modified time
    Searched refs:PVCmnAsyncErrorEvent (Results 1 - 2 of 2) sorted by null

  /external/opencore/engines/2way/src/
pv_2way_proxy_adapter.h 102 class PVCmnAsyncErrorEvent: public CPVCmnInterfaceObserverMessage,
106 PVCmnAsyncErrorEvent() : CPVCmnInterfaceObserverMessage(2)
110 ~PVCmnAsyncErrorEvent() {};
232 PVCmnAsyncErrorEvent *GetErrorMsgL();
233 void FreeErrorMsg(PVCmnAsyncErrorEvent *msg)
267 Oscl_Vector<PVCmnAsyncErrorEvent *, OsclMemAllocator> iFreeErrorMsg;
268 PVCmnAsyncErrorEvent iErrorMsg[MAX_PENDING_2WAY_ERRORS];
pv_2way_proxy_adapter.cpp 66 void PVCmnAsyncErrorEvent::Set(PVEventType aEventType,
610 PVCmnAsyncErrorEvent *msg;
907 PVCmnAsyncErrorEvent *event = (PVCmnAsyncErrorEvent *) aMsg;
912 FreeErrorMsg((PVCmnAsyncErrorEvent *) aMsg);
957 PVCmnAsyncErrorEvent* CPV2WayProxyAdapter::GetErrorMsgL()
965 PVCmnAsyncErrorEvent *cmd = (PVCmnAsyncErrorEvent *)iFreeErrorMsg[0];

Completed in 316 milliseconds