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

1 23 4 5

  /system/bt/btif/src/
btif_hh.c 104 UINT16 product_id; member in struct:hid_kb_list
147 UINT16 product_id, UINT16 version, UINT8 ctry_code,
535 dest->product_id = src->product_id;
    [all...]
btif_storage.c 115 <vendor_id> <space> > <product_id> <space> <version> <space>
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
wheelencoder.h 45 * @web http://www.dfrobot.com/index.php?route=product/product&product_id=98
  /system/core/crash_reporter/
README.md 50 `/etc/os-release.d/product_id`, which is read by `crash_sender`.
  /external/libmtp/examples/
detect.c 95 rawdevices[i].device_entry.product_id,
101 rawdevices[i].device_entry.product_id,
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
handlers.rst 24 def get(self, product_id):
25 self.response.write('You requested product %r.' % product_id)
39 The handler method receives a ``product_id`` extracted from the URI, and
routing.rst 37 def get(self, product_id):
39 'The product id is %s' % product_id)
94 webapp2.Route(r'/products/<product_id:\d+>', handler=ProductHandler, name='product'),
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 295 const char* name, int32_t product_id, int32_t vendor_id,
298 return driver->createDeviceIdentifier(name, product_id, vendor_id, bus, unique_id);
InputDriver.h 138 const char* name, int32_t product_id, int32_t vendor_id,
  /system/update_engine/
omaha_request_params.h 90 image_props_.product_id = in_app_id;
105 inline std::string board_app_id() const { return image_props_.product_id; }
image_properties_chromeos.cc 109 result.product_id = GetStringWithDefault(
omaha_request_params.cc 217 : image_props_.product_id;
  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.h 45 * @web http://www.dfrobot.com/index.php?route=product/product&product_id=1023
  /system/bt/btif/co/
bta_hh_co.c 452 UINT16 product_id, UINT16 version, UINT8 ctry_code,
465 APPL_TRACE_WARNING("%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
467 vendor_id, product_id,
483 ev.u.create.product = product_id;
  /system/bt/btif/include/
btif_storage.h 237 UINT16 product_id, UINT16 version,
  /toolchain/binutils/binutils-2.25/include/som/
aout.h 181 unsigned char product_id[4]; member in struct:som_external_compilation_unit
internal.h 108 struct som_name_pt product_id; member in struct:som_compilation_unit
  /external/kernel-headers/original/uapi/linux/
i2o-dev.h 242 char product_id[24]; member in struct:_i2o_status_block
  /hardware/libhardware/include/hardware/
input.h 417 const char* name, int32_t product_id, int32_t vendor_id,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
i2o-dev.h 242 char product_id[24]; member in struct:_i2o_status_block
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
i2o-dev.h 242 char product_id[24]; member in struct:_i2o_status_block
  /external/autotest/client/common_lib/cros/network/
interface.py 169 product_id = read_file(os.path.join(device_path, 'device'))
170 driver_info = DeviceInfo(vendor_id, product_id)
176 'unknown!', driver_info, product_id)
  /system/core/metricsd/uploader/proto/
system_profile.proto 91 optional string product_id = 1;
257 optional uint32 product_id = 6;
276 optional uint32 product_id = 2;
  /frameworks/base/docs/html/google/play/billing/
billing_admin.jd 219 <p>This option overwrites values of existing items only if the value of the <em>product_id</em>
236 <p>"<em>product_id</em>","<em>publish_state</em>","<em>purchase_type</em>","<em>autotranslate</em>
244 <dt>product_id</dt>
247 a <em>product_id</em> that already exists in a product list, and you choose to overwrite
    [all...]
  /system/bt/bta/hh/
bta_hh_int.h 361 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,

Completed in 3565 milliseconds

1 23 4 5