Searched refs:PVOID (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 140 …typedef BOOLEAN (__stdcall *HidD_GetSerialNumberString_)(HANDLE device, PVOID buffer, ULONG buffer… 141 …typedef BOOLEAN (__stdcall *HidD_GetManufacturerString_)(HANDLE handle, PVOID buffer, ULONG buffer… 142 typedef BOOLEAN (__stdcall *HidD_GetProductString_)(HANDLE handle, PVOID buffer, ULONG buffer_len); 143 typedef BOOLEAN (__stdcall *HidD_SetFeature_)(HANDLE handle, PVOID data, ULONG length); 144 typedef BOOLEAN (__stdcall *HidD_GetFeature_)(HANDLE handle, PVOID data, ULONG length); 145 …typedef BOOLEAN (__stdcall *HidD_GetIndexedString_)(HANDLE handle, ULONG string_index, PVOID buffe… 150 typedef BOOLEAN(__stdcall *HidD_SetOutputReport_ )(HANDLE handle, PVOID buffer, ULONG buffer_len); 866 BOOL res = HidD_SetFeature(dev->device_handle, (PVOID)data, (ULONG)length); in hid_send_feature_report() 880 res = HidD_GetFeature(dev->device_handle, (PVOID)data, (ULONG)length); in hid_get_feature_report()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | Tiffile.cpp | 84 PVOID ReadTIFF ( LPCTSTR lpszPath ) in ReadTIFF() 197 … PVOID pbiBits = GetDIBImagePtr((BITMAPINFOHEADER*)pDIB); //(LPSTR)pRgbq + 3 * sizeof(RGBQUAD); in TIFFRGBA2DIB() 243 PVOID pbiBits = (LPSTR)pRgbq + 3 * sizeof(RGBQUAD); in TIFFRGBA2DIB()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | basic_types.h | 112 #ifndef PVOID 113 typedef void * PVOID; typedef
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_rawinputjoystick.c | 345 …typedef BOOLEAN (WINAPI * HidD_GetStringFunc)(HANDLE HidDeviceObject, PVOID Buffer, ULONG BufferLe… in RAWINPUT_AddDevice()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 1044 STDMETHODIMP UIElementSink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in UIElementSink_QueryInterface() 1150 STDMETHODIMP IPPASink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in IPPASink_QueryInterface()
|
Completed in 13 milliseconds