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