Home
last modified time | relevance | path

Searched refs:TIMER_PERIOD_MS (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h24 const uint32_t TIMER_PERIOD_MS = 2; variable
Daudio_device_wave_win.cc236 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS)) in Init()
245 "periodic timer (dT=%d) is now active", TIMER_PERIOD_MS); in Init()
3035 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in ThreadProcess()
3706 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in RestartTimerIfNeeded()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h51 const uint32_t TIMER_PERIOD_MS = 2 * 10 * N_BLOCKS_IO * 1000000; variable
Daudio_device_mac.cc2555 timeout.tv_nsec = TIMER_PERIOD_MS; in implInConverterProc()
2599 timeout.tv_nsec = TIMER_PERIOD_MS; in RenderWorkerThread()