Searched refs:IAMDirectSound (Results 1 – 3 of 3) sorted by relevance
13 #define INTERFACE IAMDirectSound15 DECLARE_INTERFACE_(IAMDirectSound,IUnknown) in DECLARE_INTERFACE_() argument
58 IAMDirectSound IAMDirectSound_iface;98 static inline DSoundRenderImpl *impl_from_IAMDirectSound(IAMDirectSound *iface) in impl_from_IAMDirectSound()1165 static HRESULT WINAPI AMDirectSound_QueryInterface(IAMDirectSound *iface, in AMDirectSound_QueryInterface()1176 static ULONG WINAPI AMDirectSound_AddRef(IAMDirectSound *iface) in AMDirectSound_AddRef()1185 static ULONG WINAPI AMDirectSound_Release(IAMDirectSound *iface) in AMDirectSound_Release()1195 static HRESULT WINAPI AMDirectSound_GetDirectSoundInterface(IAMDirectSound *iface, IDirectSound **… in AMDirectSound_GetDirectSoundInterface()1204 static HRESULT WINAPI AMDirectSound_GetPrimaryBufferInterface(IAMDirectSound *iface, IDirectSoundBu… in AMDirectSound_GetPrimaryBufferInterface()1213 static HRESULT WINAPI AMDirectSound_GetSecondaryBufferInterface(IAMDirectSound *iface, IDirectSound… in AMDirectSound_GetSecondaryBufferInterface()1222 static HRESULT WINAPI AMDirectSound_ReleaseDirectSoundInterface(IAMDirectSound *iface, IDirectSound… in AMDirectSound_ReleaseDirectSoundInterface()1249 static HRESULT WINAPI AMDirectSound_SetFocusWindow(IAMDirectSound *iface, HWND hwnd, BOOL bgaudible) in AMDirectSound_SetFocusWindow()[all …]
127 IAMDirectSound *pAMDirectSound = NULL; in test_query_interface()