Home
last modified time | relevance | path

Searched refs:productId (Results 1 – 11 of 11) 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.java32 public InputDeviceIdentifier(String descriptor, int vendorId, int productId) { in InputDeviceIdentifier() argument
35 this.mProductId = productId; in InputDeviceIdentifier()
/frameworks/base/core/java/android/view/
DInputDevice.java389 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice() argument
397 mProductId = productId; in InputDevice()
406 mIdentifier = new InputDeviceIdentifier(descriptor, vendorId, productId); in InputDevice()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbSettingsManager.java147 int productId = -1; in read() local
184 productId = intValue; in read()
194 return new DeviceFilter(vendorId, productId, in read()
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd106 <td>{@code productId}</td>
218 <td>{@code productId}</td>
Dbilling_integrate.jd207 String sku = object.getString("productId");
242 "productId":"exampleSku",
271 String sku = jo.getString("productId");
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd403 <td>productId</td>
Dbilling_subscriptions.jd107 "productId" : "android.test.purchased",
Dapi.jd295 "productId" : "android.test.purchased",