Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_win32.c105 SDLMMNotificationClient_QueryInterface(IMMNotificationClient *this, REFIID iid, void **ppv) in SDLMMNotificationClient_QueryInterface() argument
109 *ppv = this; in SDLMMNotificationClient_QueryInterface()
114 *ppv = NULL; in SDLMMNotificationClient_QueryInterface()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c1046 if (!ppv) in UIElementSink_QueryInterface()
1049 *ppv = 0; in UIElementSink_QueryInterface()
1051 *ppv = (IUnknown *)sink; in UIElementSink_QueryInterface()
1053 *ppv = (ITfUIElementSink *)sink; in UIElementSink_QueryInterface()
1055 if (*ppv) { in UIElementSink_QueryInterface()
1150 STDMETHODIMP IPPASink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in IPPASink_QueryInterface() argument
1152 if (!ppv) in IPPASink_QueryInterface()
1155 *ppv = 0; in IPPASink_QueryInterface()
1157 *ppv = (IUnknown *)sink; in IPPASink_QueryInterface()
1159 *ppv = (ITfInputProcessorProfileActivationSink *)sink; in IPPASink_QueryInterface()
[all …]

Completed in 8 milliseconds