Home
last modified time | relevance | path

Searched refs:vendorId (Results 1 – 4 of 4) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DVersion.java34 public Version(int majorVersion, int minorVersion, int vendorId, int productId) { in Version() argument
37 mVendorId = vendorId; in Version()
/device/google/contexthub/util/nanotool/
Dapptohostevent.h56 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) { in MakeAppId() argument
57 return (vendorId << 24) | (appId & 0x00FFFFFF); in MakeAppId()
/device/google/gs201/usb/usb/
DUsb.cpp479 uint16_t vendorId, productId; in usbDeviceAdded() local
496 vendorId = usb_device_get_vendor_id(device); in usbDeviceAdded()
498 if (vendorId == GL852G_VENDOR_ID && in usbDeviceAdded()
/device/google/zumapro/usb/usb/
DUsb.cpp532 uint16_t vendorId, productId; in usbDeviceAdded() local
549 vendorId = usb_device_get_vendor_id(device); in usbDeviceAdded()
551 if (vendorId == GL852G_VENDOR_ID && in usbDeviceAdded()