Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c402 SDL_LockMutex(current_audio.detectionLock); in add_audio_device()
431 SDL_UnlockMutex(current_audio.detectionLock); in add_audio_device()
539 SDL_LockMutex(current_audio.detectionLock); in SDL_RemoveAudioDevice()
554 SDL_UnlockMutex(current_audio.detectionLock); in SDL_RemoveAudioDevice()
990 current_audio.detectionLock = SDL_CreateMutex(); in SDL_AudioInit()
1056 SDL_LockMutex(current_audio.detectionLock); in SDL_GetNumAudioDevices()
1066 SDL_UnlockMutex(current_audio.detectionLock); in SDL_GetNumAudioDevices()
1091 SDL_LockMutex(current_audio.detectionLock); in SDL_GetAudioDeviceName()
1101 SDL_UnlockMutex(current_audio.detectionLock); in SDL_GetAudioDeviceName()
1310 SDL_LockMutex(current_audio.detectionLock); in open_audio_device()
[all …]
A DSDL_sysaudio.h120 SDL_mutex *detectionLock; member

Completed in 5 milliseconds