Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_windows.h63 extern char *WIN_LookupAudioDeviceName(const WCHAR *name, const GUID *guid);
DSDL_windows.c147 WIN_LookupAudioDeviceName(const WCHAR *name, const GUID *guid) in WIN_LookupAudioDeviceName() function
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/
DSDL_winmm.c48 char *name = WIN_LookupAudioDeviceName(caps.szPname,&caps.NameGuid); \
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.c163 char *str = WIN_LookupAudioDeviceName(desc, guid); in FindAllDevs()