Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h195 static DWORD WINAPI WSAPIRenderThread(LPVOID context);
Daudio_device_core_win.cc2486 _hPlayThread = CreateThread(NULL, 0, WSAPIRenderThread, this, 0, NULL); in StartPlayout()
2615 DWORD WINAPI AudioDeviceWindowsCore::WSAPIRenderThread(LPVOID context) { in WSAPIRenderThread() function in webrtc::AudioDeviceWindowsCore