Lines Matching refs:impl
738 WASAPI_Init(SDL_AudioDriverImpl * impl) in WASAPI_Init() argument
748 impl->DetectDevices = WASAPI_DetectDevices; in WASAPI_Init()
749 impl->ThreadInit = WASAPI_ThreadInit; in WASAPI_Init()
750 impl->ThreadDeinit = WASAPI_ThreadDeinit; in WASAPI_Init()
751 impl->BeginLoopIteration = WASAPI_BeginLoopIteration; in WASAPI_Init()
752 impl->OpenDevice = WASAPI_OpenDevice; in WASAPI_Init()
753 impl->PlayDevice = WASAPI_PlayDevice; in WASAPI_Init()
754 impl->WaitDevice = WASAPI_WaitDevice; in WASAPI_Init()
755 impl->GetDeviceBuf = WASAPI_GetDeviceBuf; in WASAPI_Init()
756 impl->CaptureFromDevice = WASAPI_CaptureFromDevice; in WASAPI_Init()
757 impl->FlushCapture = WASAPI_FlushCapture; in WASAPI_Init()
758 impl->CloseDevice = WASAPI_CloseDevice; in WASAPI_Init()
759 impl->Deinitialize = WASAPI_Deinitialize; in WASAPI_Init()
760 impl->HasCaptureSupport = 1; in WASAPI_Init()