Searched refs:WSAPIRenderThread (Results 1 – 2 of 2) sorted by relevance
195 static DWORD WINAPI WSAPIRenderThread(LPVOID context);
2486 _hPlayThread = CreateThread(NULL, 0, WSAPIRenderThread, this, 0, NULL); in StartPlayout()2615 DWORD WINAPI AudioDeviceWindowsCore::WSAPIRenderThread(LPVOID context) { in WSAPIRenderThread() function in webrtc::AudioDeviceWindowsCore