Searched refs:LPGUID (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/ |
D | SDL_directsound.c | 40 typedef HRESULT (WINAPI *fnDirectSoundCreate8)(LPGUID,LPDIRECTSOUND*,LPUNKNOWN); 159 FindAllDevs(LPGUID guid, LPCWSTR desc, LPCWSTR module, LPVOID data) in FindAllDevs() 165 LPGUID cpyguid = (LPGUID) SDL_malloc(sizeof (GUID)); in FindAllDevs() 480 LPGUID guid = (LPGUID) handle; in DSOUND_OpenDevice()
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsounddevice.c | 68 guid_to_string (LPGUID guid) in guid_to_string()
|
D | gstdirectsoundsrc.c | 375 static LPGUID 380 LPGUID out; in string_to_guid()
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsounddevice.c | 68 guid_to_string (LPGUID guid) in guid_to_string()
|
D | gstdirectsoundsink.c | 400 static LPGUID 405 LPGUID out; in string_to_guid() 427 LPGUID lpGuid = NULL; in gst_directsound_sink_open()
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1485 STDMETHOD(GetEffectGuid)(THIS_ LPGUID) PURE; in DECL_WINELIB_TYPE_AW() 2238 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_() 2259 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCWSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_() 2308 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_() 2331 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCWSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_() 2387 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_() 2409 STDMETHOD(FindDevice)(THIS_ REFGUID rguid, LPCWSTR pszName, LPGUID pguidInstance) PURE; in DECLARE_INTERFACE_()
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.h | 796 DLL_DECLARE_FUNC(WINAPI, VOID, HidD_GetHidGuid, (LPGUID));
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 113 } GUID, IID, *LPGUID, *REFGUID, *REFIID; typedef
|