Home
last modified time | relevance | path

Searched refs:iWatchDogTimerInterval (Results 1 – 2 of 2) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_engine.cpp1095 iWatchDogTimerInterval(0), in PVPlayerEngine()
8040 iWatchDogTimerInterval = 0; in DoSourceNodeSetDataSourcePosition()
8146 iWatchDogTimerInterval = 0; in DoSourceNodeSetDataSourceDirection()
8384 iWatchDogTimerInterval = 0; in DoStart()
8387 … iWatchDogTimer->setTimerDuration(iWatchDogTimerInterval); // this will set a timer to a default in DoStart()
9345 if (iWatchDogTimerInterval > 0) in DoSourceDataReadyAutoResume()
9356 iWatchDogTimerInterval, iNumPVMFInfoStartOfDataPending)); in DoSourceDataReadyAutoResume()
9357 iWatchDogTimer->setTimerDuration(iWatchDogTimerInterval); in DoSourceDataReadyAutoResume()
13162 iWatchDogTimerInterval = 0; in HandleSourceNodeSetDataSourcePosition()
13183 iWatchDogTimerInterval = 0; in HandleSourceNodeSetDataSourcePosition()
[all …]
Dpv_player_engine.h1499 uint32 iWatchDogTimerInterval; variable