Home
last modified time | relevance | path

Searched refs:WASAPI_DefaultCaptureGeneration (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.h60 extern SDL_atomic_t WASAPI_DefaultCaptureGeneration;
A DSDL_wasapi.c46 SDL_atomic_t WASAPI_DefaultCaptureGeneration; variable
243 …efault_device_generation = SDL_AtomicGet(this->iscapture ? &WASAPI_DefaultCaptureGeneration : &WA… in RecoverWasapiDevice()
276 …const int newgen = SDL_AtomicGet(this->iscapture ? &WASAPI_DefaultCaptureGeneration : &WASAPI_Defa… in RecoverWasapiIfLost()
680 …dden->default_device_generation = SDL_AtomicGet(iscapture ? &WASAPI_DefaultCaptureGeneration : &WA… in WASAPI_OpenDevice()
741 SDL_AtomicSet(&WASAPI_DefaultCaptureGeneration, 1); in WASAPI_Init()
A DSDL_wasapi_win32.c153 SDL_AtomicAdd(&WASAPI_DefaultCaptureGeneration, 1); in SDLMMNotificationClient_OnDefaultDeviceChanged()
158 SDL_AtomicAdd(&WASAPI_DefaultCaptureGeneration, 1); in SDLMMNotificationClient_OnDefaultDeviceChanged()
A DSDL_wasapi_winrt.cpp165 SDL_AtomicAdd(&WASAPI_DefaultCaptureGeneration, 1);

Completed in 10 milliseconds