Home | History | Annotate | Download | only in a2dp

Lines Matching defs:vendorId

42   uint32_t vendorId;
55 A2DP_APTX_HD_VENDOR_ID, /* vendorId */
69 A2DP_APTX_HD_VENDOR_ID, /* vendorId */
109 *p_result++ = (uint8_t)(p_ie->vendorId & 0x000000FF);
110 *p_result++ = (uint8_t)((p_ie->vendorId & 0x0000FF00) >> 8);
111 *p_result++ = (uint8_t)((p_ie->vendorId & 0x00FF0000) >> 16);
112 *p_result++ = (uint8_t)((p_ie->vendorId & 0xFF000000) >> 24);
152 p_ie->vendorId = (*p_codec_info & 0x000000FF) |
160 if (p_ie->vendorId != A2DP_APTX_HD_VENDOR_ID ||
651 result_config_cie.vendorId = a2dp_aptx_hd_source_caps.vendorId;