Home
last modified time | relevance | path

Searched refs:productId (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Daccessorychat.c88 uint16_t vendorId, productId; in usb_device_added() local
99 productId = usb_device_get_product_id(device); in usb_device_added()
102 if (!sDevice && (productId == 0x2D00 || productId == 0x2D01)) { in usb_device_added()
/frameworks/base/libs/usb/tests/accessorytest/
Dusb.c87 uint16_t vendorId, productId; in usb_device_added() local
98 productId = usb_device_get_product_id(device); in usb_device_added()
100 if (!current_device && vendorId == 0x18D1 && productId >= 0x2D00 && productId <= 0x2D05) { in usb_device_added()
/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java64 public UsbDevice(String name, int vendorId, int productId, in UsbDevice() argument
69 mProductId = productId; in UsbDevice()
291 int productId = in.readInt();
300 UsbDevice device = new UsbDevice(name, vendorId, productId, clasz, subClass, protocol,
/frameworks/base/core/java/android/hardware/input/
DInputDeviceIdentifier.java35 public InputDeviceIdentifier(String descriptor, int vendorId, int productId) { in InputDeviceIdentifier() argument
38 this.mProductId = productId; in InputDeviceIdentifier()
/frameworks/native/services/inputflinger/host/
DInputDriver.cpp52 int32_t productId; member
126 const char* name, int32_t productId, int32_t vendorId, in createDeviceIdentifier() argument
130 .productId = productId, in createDeviceIdentifier()
217 idi.product = id->productId; in inputGetDevicePropertyMap()
DInputDriver.h44 const char* name, int32_t productId, int32_t vendorId,
91 const char* name, int32_t productId, int32_t vendorId,
/frameworks/base/core/java/android/view/
DInputDevice.java398 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice() argument
406 mProductId = productId; in InputDevice()
415 mIdentifier = new InputDeviceIdentifier(descriptor, vendorId, productId); in InputDevice()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbSettingsManager.java145 int productId = -1; in read() local
182 productId = intValue; in read()
192 return new DeviceFilter(vendorId, productId, in read()
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd125 <td>{@code productId}</td>
241 <td>{@code productId}</td>
Dbilling_integrate.jd352 String sku = object.getString("productId");
425 "productId":"exampleSku",
459 String sku = jo.getString("productId");