Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfig.sub1702 vendor=unknown
1710 vendor=sun
1713 vendor=ibm
1716 vendor=be
1719 vendor=hp
1722 vendor=hp
1731 vendor=dg
1737 vendor=ns
1740 vendor=ibm
1743 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfig.sub1702 vendor=unknown
1710 vendor=sun
1713 vendor=ibm
1716 vendor=be
1719 vendor=hp
1722 vendor=hp
1731 vendor=dg
1737 vendor=ns
1740 vendor=ibm
1743 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.sub1788 vendor=unknown
1796 vendor=sun
1799 vendor=ibm
1802 vendor=be
1805 vendor=hp
1808 vendor=hp
1817 vendor=dg
1823 vendor=ns
1826 vendor=ibm
1829 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.sub1721 vendor=unknown
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1750 vendor=dg
1756 vendor=ns
1759 vendor=ibm
1762 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfig.sub1727 vendor=unknown
1735 vendor=sun
1738 vendor=ibm
1741 vendor=be
1744 vendor=hp
1747 vendor=hp
1756 vendor=dg
1762 vendor=ns
1765 vendor=ibm
1768 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.sub1721 vendor=unknown
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1750 vendor=dg
1756 vendor=ns
1759 vendor=ibm
1762 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c1470 if (vendor) { in SDL_GetJoystickGUIDInfo()
1471 *vendor = guid16[2]; in SDL_GetJoystickGUIDInfo()
1480 if (vendor) { in SDL_GetJoystickGUIDInfo()
1481 *vendor = 0; in SDL_GetJoystickGUIDInfo()
1608 Uint16 vendor, product; in SDL_GetJoystickGameControllerTypeFromGUID() local
1847 Uint16 vendor; in SDL_GetJoystickGUIDType() local
2044 Uint16 vendor; in SDL_ShouldIgnoreJoystick() local
2088 Uint16 vendor; in SDL_JoystickGetDeviceVendor() local
2092 return vendor; in SDL_JoystickGetDeviceVendor()
2170 Uint16 vendor; in SDL_JoystickGetVendor() local
[all …]
A DSDL_joystick_c.h53 extern void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 …
58 extern char *SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, const c…
62 extern SDL_GameControllerType SDL_GetJoystickGameControllerType(const char *name, Uint16 vendor, Ui…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dconfig.sub1578 vendor=unknown
1586 vendor=sun
1589 vendor=ibm
1592 vendor=be
1595 vendor=hp
1598 vendor=hp
1607 vendor=dg
1613 vendor=ns
1616 vendor=ibm
1619 vendor=ibm
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windows_gaming_input.c89 extern SDL_bool SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version);
92 SDL_IsXInputDevice(Uint16 vendor, Uint16 product) in SDL_IsXInputDevice() argument
96 LONG vidpid = MAKELONG(vendor, product); in SDL_IsXInputDevice()
171 Uint16 vendor = 0; in IEventHandler_CRawGameControllerVtbl_InvokeAdded() local
180 … __x_ABI_CWindows_CGaming_CInput_CIRawGameController_get_HardwareVendorId(controller, &vendor); in IEventHandler_CRawGameControllerVtbl_InvokeAdded()
232 *guid16++ = SDL_SwapLE16(vendor); in IEventHandler_CRawGameControllerVtbl_InvokeAdded()
244 if (!ignore_joystick && HIDAPI_IsDevicePresent(vendor, product, version, name)) { in IEventHandler_CRawGameControllerVtbl_InvokeAdded()
249 if (!ignore_joystick && SDL_DINPUT_JoystickPresent(vendor, product, version)) { in IEventHandler_CRawGameControllerVtbl_InvokeAdded()
253 if (!ignore_joystick && SDL_IsXInputDevice(vendor, product)) { in IEventHandler_CRawGameControllerVtbl_InvokeAdded()
A DSDL_xinputjoystick.c222 Uint16 vendor = 0; in AddXInputDevice() local
261 GuessXInputDevice(userid, &vendor, &product, &version); in AddXInputDevice()
265 *guid16++ = SDL_SwapLE16(vendor); in AddXInputDevice()
278 …pNewJoystick->joystickname = SDL_CreateJoystickName(vendor, product, NULL, GetXInputName(userid, S… in AddXInputDevice()
290 if (HIDAPI_IsDevicePresent(vendor, product, version, pNewJoystick->joystickname)) { in AddXInputDevice()
298 if (RAWINPUT_IsDevicePresent(vendor, product, version)) { in AddXInputDevice()
A DSDL_dinputjoystick.c535 Uint16 vendor = 0; in EnumJoysticksCallback() local
628 vendor = (Uint16)LOWORD(pdidInstance->guidProduct.Data1); in EnumJoysticksCallback()
645 *guid16++ = SDL_SwapLE16(vendor); in EnumJoysticksCallback()
673 if (RAWINPUT_IsDevicePresent(vendor, product, 0)) { in EnumJoysticksCallback()
699 Uint16 vendor; member
709 Uint16 vendor = 0; in EnumJoystickPresentCallback() local
714 vendor = (Uint16)LOWORD(pdidInstance->guidProduct.Data1); in EnumJoystickPresentCallback()
716 if (data->vendor == vendor && data->product == product && data->version == version) { in EnumJoystickPresentCallback()
725 SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version) in SDL_DINPUT_JoystickPresent() argument
729 data.vendor = vendor; in SDL_DINPUT_JoystickPresent()
[all …]
A DSDL_dinputjoystick_c.h25 extern SDL_bool SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version);
A DSDL_rawinputjoystick.c314 const Uint16 vendor = device->vendor_id; in RAWINPUT_AddDevice() local
321 *guid16++ = SDL_SwapLE16(vendor); in RAWINPUT_AddDevice()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c422 Sint32 vendor = 0; in GetDeviceInfo() local
465 CFNumberGetValue(refCF, kCFNumberSInt32Type, &vendor); in GetDeviceInfo()
487 name = SDL_CreateJoystickName(vendor, product, manufacturer_string, product_string); in GetDeviceInfo()
494 if (HIDAPI_IsDevicePresent(vendor, product, version, pDevice->product)) { in GetDeviceInfo()
502 if (vendor && product) { in GetDeviceInfo()
505 *guid16++ = SDL_SwapLE16((Uint16)vendor); in GetDeviceInfo()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dpng.dict5 # Just the basic, standard-originating sections; does not include vendor
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c122 if (inpid->vendor == 0x045e && inpid->product == 0x0b05 && inpid->version == 0x0903) { in FixupDeviceInfoForMapping()
137 IsVirtualJoystick(Uint16 vendor, Uint16 product, Uint16 version, const char *name) in IsVirtualJoystick() argument
139 if (vendor == USB_VENDOR_MICROSOFT && product == USB_PRODUCT_XBOX_ONE_S && version == 0 && in IsVirtualJoystick()
182 name = SDL_CreateJoystickName(inpid.vendor, inpid.product, NULL, product_string); in IsJoystick()
188 if (!IsVirtualJoystick(inpid.vendor, inpid.product, inpid.version, name) && in IsJoystick()
189 HIDAPI_IsDevicePresent(inpid.vendor, inpid.product, inpid.version, name)) { in IsJoystick()
199 … = 0x%.4x, product = 0x%.4x, version = %d\n", name, inpid.bustype, inpid.vendor, inpid.product, in… in IsJoystick()
209 if (inpid.vendor && inpid.product) { in IsJoystick()
210 *guid16++ = SDL_SwapLE16(inpid.vendor); in IsJoystick()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m111 Uint16 vendor = 0; field
178 vendor = VENDOR_MICROSOFT;
181 vendor = VENDOR_SONY;
184 vendor = VENDOR_APPLE;
207 vendor = VENDOR_APPLE;
226 vendor = VENDOR_APPLE;
241 *guid16++ = SDL_SwapLE16(vendor); argument
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c169 SDL_DFB_LOG( "Vendor: %s", desc.vendor); in DirectFB_DeviceInformation()
171 SDL_DFB_LOG( "Driver Vendor: %s", desc.driver.vendor); in DirectFB_DeviceInformation()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Ddatabase.fbs24 // Manufacturer, Device) to things like SoC vendor, SoC model.
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst11 bluetooth mesh stack. If vendor has their own ble mesh stack, just need to
/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_ps_liteon_ltr507.c510 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_als_liteon_ltr507_ioctl()
612 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_ps_liteon_ltr507_ioctl()
A Ddrv_als_liteon_ltr568.c750 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_als_liteon_ltr568_ioctl()
847 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_ps_liteon_ltr568_ioctl()
A Ddrv_als_ps_liteon_ltr559.c749 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_als_liteon_ltr559_ioctl()
775 info->vendor = DEV_SENSOR_VENDOR_LITEON; in drv_ps_liteon_ltr559_ioctl()
/AliOS-Things-master/components/py_engine/
A Daos.mk351 $(ROOTDIR)/os/kernel_alios/vendor/anyka/soc/include \
352 $(ROOTDIR)/os/kernel_alios/vendor/anyka/soc/osal \
355 $(ROOTDIR)/os/kernel_alios/vendor/anyka/soc/of \

Completed in 58 milliseconds

123