Home
last modified time | relevance | path

Searched refs:A2DP_SourceCodecIndexSbc (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc72 struct A2DP_SourceCodecIndexSbc A2DP_SourceCodecIndexSbc; variable
118 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc::return_value =
274 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndexSbc() function
276 return test::mock::stack_a2dp_sbc::A2DP_SourceCodecIndexSbc(p_codec_info); in A2DP_SourceCodecIndexSbc()
Dmock_stack_a2dp_sbc.h435 struct A2DP_SourceCodecIndexSbc { struct
443 extern struct A2DP_SourceCodecIndexSbc A2DP_SourceCodecIndexSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h251 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc811 btav_a2dp_codec_index_t A2DP_SourceCodecIndexSbc( in A2DP_SourceCodecIndexSbc() function
Da2dp_codec_config.cc1458 return A2DP_SourceCodecIndexSbc(p_codec_info); in A2DP_SourceCodecIndex()