Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/sensor/windows/
A DSDL_windowssensor.c68 …ISensorManagerEventsVtbl_QueryInterface(ISensorManagerEvents * This, REFIID riid, void **ppvObject) in ISensorManagerEventsVtbl_QueryInterface() argument
70 if (!ppvObject) { in ISensorManagerEventsVtbl_QueryInterface()
74 *ppvObject = NULL; in ISensorManagerEventsVtbl_QueryInterface()
76 *ppvObject = This; in ISensorManagerEventsVtbl_QueryInterface()
108 …ETHODCALLTYPE ISensorEventsVtbl_QueryInterface(ISensorEvents * This, REFIID riid, void **ppvObject) in ISensorEventsVtbl_QueryInterface() argument
110 if (!ppvObject) { in ISensorEventsVtbl_QueryInterface()
114 *ppvObject = NULL; in ISensorEventsVtbl_QueryInterface()
116 *ppvObject = This; in ISensorEventsVtbl_QueryInterface()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windows_gaming_input.c138 …IEventHandler_1_Windows__CGaming__CInput__CRawGameController * This, REFIID riid, void **ppvObject) in IEventHandler_CRawGameControllerVtbl_QueryInterface() argument
140 if (!ppvObject) { in IEventHandler_CRawGameControllerVtbl_QueryInterface()
144 *ppvObject = NULL; in IEventHandler_CRawGameControllerVtbl_QueryInterface()
146 *ppvObject = This; in IEventHandler_CRawGameControllerVtbl_QueryInterface()

Completed in 10 milliseconds