HomeSort by relevance Sort by last modified time
    Searched full:productid (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
genapic_32.h 67 char *productid);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 168 private boolean beginUsbDeviceAdded(String deviceName, int vendorID, int productID,
183 Slog.d(TAG, "usb: nm:" + deviceName + " vnd:" + vendorID + " prd:" + productID + " cls:"
207 mNewDevice = new UsbDevice(deviceName, vendorID, productID,
UsbSettingsManager.java 146 int productId = -1;
183 productId = intValue;
193 return new DeviceFilter(vendorId, productId,
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_reference.jd 105 <td>{@code productId}</td>
188 <td>{@code productId}</td>
billing_integrate.jd 207 String sku = object.getString("productId");
242 "productId":"exampleSku",
263 String sku = jo.getString("productId");
  /external/bluetooth/bluedroid/main/
bte_conf.c 106 record.product = config_get_int(config, section_name, "productId", 0);
  /external/chromium_org/chrome/browser/mac/
keystone_glue_unittest.mm 25 + (id)registrationWithProductID:(NSString*)productID {
keystone_glue.mm 292 NSString* productID = [infoDictionary objectForKey:@"KSProductID"];
293 if (productID == nil) {
294 productID = [appBundle bundleIdentifier];
301 if (!productID || !appPath || !url || !version) {
312 productID_ = [productID retain];
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
bluetooth.idl 53 long? productId;
serial.idl 20 long? productId;
  /external/chromium_org/device/hid/
hid_service_win.cc 180 device_info.product_id = attrib.ProductID;
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 43 $KSADMIN --register --productid "$KSPID" --version "$KSPVERSION" \
  /external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller.mm 128 const char* args[] = { "--delete", "--productid", kKeystonePID, "-S", NULL };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 232 UCHAR ProductId[PRODUCT_ID_LENGTH];
hidpi.h 90 USHORT ProductID;
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 402 char productId[kVideoCaptureProductIdLength];
405 productId,
662 productId,
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 535 local current_tag="$(ksadmin --productid "${product_id}" --print-tag)"
558 if ! ksadmin --productid "${product_id}" \
661 --productid "${product_id}"
    [all...]
  /frameworks/base/core/java/android/view/
InputDevice.java 359 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
366 mProductId = productId;
374 mIdentifier = new InputDeviceIdentifier(descriptor, vendorId, productId);
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/purchase/
PlayStorePurchaseListener.html 838 <span class="sympad"><a href="/reference/com/google/android/gms/ads/purchase/PlayStorePurchaseListener.html#isValidPurchase(java.lang.String)">isValidPurchase</a></span>(String productId)</nobr>
924 <span class="normal">(String productId)</span>
940 <th>productId</td>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
history.js 393 '{ productId: \'76092\' }, ' +
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-publisher-plugin/0.20.0/
tycho-p2-publisher-plugin-0.20.0.jar 
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llhidgnubby.js 395 chrome.hid.getDevices({'vendorId': 4176, 'productId': 512}, cb);
llusbgnubby.js 372 chrome.usb.getDevices({'vendorId': 4176, 'productId': 529}, cb);
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_bluetooth.html 263 devices[0].productId.toString(16) + ':' +
  /external/chromium_org/chrome/installer/gcapi_mac/
gcapi.mm 129 @"--productid",

Completed in 8908 milliseconds

1 23 4 5