Searched defs:product_id (Results 1 - 7 of 7) sorted by relevance

/system/update_engine/
H A Dimage_properties.h33 std::string product_id; member in struct:chromeos_update_engine::ImageProperties
/system/bt/bta/hh/
H A Dbta_hh_utils.cc141 uint16_t product_id, uint16_t version,
149 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
150 vendor_id, product_id, version);
153 p_cb->dscp_info.product_id = product_id;
140 bta_hh_update_di_info(tBTA_HH_DEV_CB* p_cb, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t flag) argument
/system/bt/btif/co/
H A Dbta_hh_co.cc454 uint16_t vendor_id, uint16_t product_id,
469 "%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
471 __func__, vendor_id, product_id, version, ctry_code);
486 ev.u.create.product = product_id;
453 bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, int dscp_len, uint8_t* p_dscp) argument
/system/bt/stack/include/
H A Dsrvc_api.h57 uint16_t product_id; member in struct:__anon1192
/system/bt/bta/include/
H A Dbta_hh_api.h189 uint16_t product_id; /* product ID */ member in struct:__anon379
/system/bt/btif/src/
H A Dbtif_hh.cc103 uint16_t product_id; member in struct:hid_kb_list
142 uint16_t product_id, uint16_t version,
514 dest->product_id = src->product_id;
957 p_data->dscp_info.product_id,
972 p_data->dscp_info.product_id, p_data->dscp_info.version,
995 p_data->dscp_info.product_id ==
996 hid_kb_numlock_on_list[i].product_id) {
1358 "product_id = 0x%04x, version= 0x%04x",
1360 hid_info.product_id, hid_inf
[all...]
H A Dbtif_storage.cc132 <vendor_id> <space> > <product_id> <space>
1218 uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version,
1228 btif_config_set_int(bdstr, "HidProductId", product_id);
1278 dscp_info.product_id = (uint16_t)value;
1216 btif_storage_add_hid_device_info( RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, uint16_t dl_len, uint8_t* dsc_list) argument

Completed in 138 milliseconds