Searched defs:vendor_id (Results 1 - 12 of 12) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_utils.cc140 void bta_hh_update_di_info(tBTA_HH_DEV_CB* p_cb, uint16_t vendor_id, argument
149 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
150 vendor_id, product_id, version);
152 p_cb->dscp_info.vendor_id = vendor_id;
/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);
482 ev.u.create.vendor = vendor_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/a2dp/
H A Da2dp_vendor.cc32 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
36 if (vendor_id == A2DP_APTX_VENDOR_ID &&
42 if (vendor_id == A2DP_APTX_HD_VENDOR_ID &&
48 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) {
52 // Add checks based on <vendor_id, codec_id>
58 // uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info);
61 // Add checks based on <vendor_id, codec_id>
69 // uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info);
72 // Add checks based on <vendor_id, codec_id>
79 uint32_t vendor_id local
128 uint32_t vendor_id = (p[0] & 0x000000ff) | ((p[1] << 8) & 0x0000ff00) | local
145 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
174 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
280 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
306 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
332 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
371 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
399 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
429 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
461 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
488 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
568 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
[all...]
H A Da2dp_codec_config.cc174 uint32_t vendor_id; local
197 vendor_id = A2DP_VendorCodecGetVendorId(codec_config);
199 p_a2dp_offload->codec_info[0] = (vendor_id & 0x000000FF);
200 p_a2dp_offload->codec_info[1] = (vendor_id & 0x0000FF00) >> 8;
201 p_a2dp_offload->codec_info[2] = (vendor_id & 0x00FF0000) >> 16;
202 p_a2dp_offload->codec_info[3] = (vendor_id & 0xFF000000) >> 24;
205 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) {
/system/bt/stack/include/
H A Dsrvc_api.h56 uint16_t vendor_id; member in struct:__anon1281
/system/bt/include/hardware/
H A Dbt_hh.h77 int vendor_id; member in struct:__anon776
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id,
/system/bt/bta/include/
H A Dbta_hh_api.h187 /* id DI is not existing in remote device, vendor_id in tBTA_HH_DEV_DSCP_INFO
193 uint16_t vendor_id; /* vendor ID */ member in struct:__anon345
/system/media/camera/src/
H A Dcamera_metadata.c105 metadata_vendor_id_t vendor_id; member in struct:camera_metadata
162 _Static_assert(offsetof(camera_metadata_t, vendor_id) == 40,
163 "Offset of vendor_id must be 40");
289 metadata->vendor_id = CAMERA_METADATA_INVALID_VENDOR_ID;
354 metadata->vendor_id = src->vendor_id;
585 if ((dst->vendor_id != CAMERA_METADATA_INVALID_VENDOR_ID) &&
586 (src->vendor_id != CAMERA_METADATA_INVALID_VENDOR_ID)) {
587 if (dst->vendor_id != src->vendor_id) {
[all...]
/system/bt/btif/src/
H A Dbtif_rc.cc829 uint8_t vendor_id = 0; local
850 vendor_id = p_remote_rsp->p_data[AVRC_PASS_THRU_GROUP_LEN - 1];
853 BTIF_TRACE_DEBUG("%s: vendor_id: %d status: %s", __func__, vendor_id,
859 vendor_id, key_state));
H A Dbtif_storage.cc137 <vendor_id> <space> > <product_id> <space>
1233 uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version,
1241 btif_config_set_int(bdstr, "HidVendorId", vendor_id);
1292 dscp_info.vendor_id = (uint16_t)value;
1231 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
/system/core/fastboot/
H A Dfastboot.cpp80 static unsigned short vendor_id = 0; variable
197 if (vendor_id != 0 && info->dev_vendor != vendor_id) {
1568 vendor_id = (unsigned short)val;
/system/connectivity/wificond/net/kernel-header-latest/
H A Dnl80211.h5127 * @vendor_id: If the %NL80211_VENDOR_ID_IS_LINUX flag is clear, then the
5134 __u32 vendor_id; member in struct:nl80211_vendor_cmd_info

Completed in 410 milliseconds