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

  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.cpp 815 // create iWatchdogTimer
816 iWatchdogTimer = OSCL_NEW(OsclTimer<PVMFProtocolEngineNodeAllocator>, ("ProtEngineNodeWatchdogTimer"));
817 if (!iWatchdogTimer) return false;
818 iWatchdogTimer->SetObserver(aObserver);
819 iWatchdogTimer->SetFrequency(PVPROTOCOLENGINENODE_TIMER_FREQUENCY);
828 if (iWatchdogTimer)
830 OSCL_DELETE(iWatchdogTimer);
831 iWatchdogTimer = NULL;
880 iWatchdogTimer->Cancel(aTimerID);
888 iWatchdogTimer->Cancel(iTimerVec[i].iTimerID)
    [all...]
pvmf_protocol_engine_node_common.h     [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_node.cpp 130 iWatchdogTimer(NULL),
175 iWatchdogTimer = OSCL_NEW(OsclTimer<PVRTSPEngineNodeAllocator>, ("PVRTSPEngineNodeWatchDog"));
176 OsclError::LeaveIfNull(iWatchdogTimer);
201 iWatchdogTimer->SetObserver(this);
202 iWatchdogTimer->SetFrequency(1);
215 if (iWatchdogTimer)
217 OSCL_DELETE(iWatchdogTimer);
218 iWatchdogTimer = NULL;
    [all...]
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtsp_client_engine_node.h 839 OsclTimer<PVRTSPEngineNodeAllocator> *iWatchdogTimer;
    [all...]

Completed in 342 milliseconds