Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.h180 static DWORD WINAPI WSAPIRenderThread(LPVOID context);
H A Daudio_device_core_win.cc2502 _hPlayThread = CreateThread(NULL, 0, WSAPIRenderThread, this, 0, NULL); in StartPlayout()
2631 DWORD WINAPI AudioDeviceWindowsCore::WSAPIRenderThread(LPVOID context) { in WSAPIRenderThread() function in webrtc::AudioDeviceWindowsCore