Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc66 struct A2DP_IsPeerSourceCodecSupportedSbc A2DP_IsPeerSourceCodecSupportedSbc; variable
111 bool A2DP_IsPeerSourceCodecSupportedSbc::return_value = false;
248 bool A2DP_IsPeerSourceCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupportedSbc() function
250 return test::mock::stack_a2dp_sbc::A2DP_IsPeerSourceCodecSupportedSbc( in A2DP_IsPeerSourceCodecSupportedSbc()
Dmock_stack_a2dp_sbc.h366 struct A2DP_IsPeerSourceCodecSupportedSbc { struct
372 extern struct A2DP_IsPeerSourceCodecSupportedSbc argument
373 A2DP_IsPeerSourceCodecSupportedSbc;
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h110 bool A2DP_IsPeerSourceCodecSupportedSbc(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc330 bool A2DP_IsPeerSourceCodecSupportedSbc(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupportedSbc() function
Da2dp_codec_config.cc1152 return A2DP_IsPeerSourceCodecSupportedSbc(p_codec_info); in A2DP_IsPeerSourceCodecSupported()