Home
last modified time | relevance | path

Searched refs:A2DP_GetDecoderInterfaceSbc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc53 struct A2DP_GetDecoderInterfaceSbc A2DP_GetDecoderInterfaceSbc; variable
92 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc::return_value = nullptr;
163 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc(const uint8_t* p_codec_info) { in A2DP_GetDecoderInterfaceSbc() function
165 return test::mock::stack_a2dp_sbc::A2DP_GetDecoderInterfaceSbc(p_codec_info); in A2DP_GetDecoderInterfaceSbc()
Dmock_stack_a2dp_sbc.h174 struct A2DP_GetDecoderInterfaceSbc { struct
182 extern struct A2DP_GetDecoderInterfaceSbc A2DP_GetDecoderInterfaceSbc; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h205 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc(const uint8_t* p_codec_info);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_sbc_unittest.cc73 A2DP_GetDecoderInterfaceSbc(kCodecInfoSbcCapability)); in SetUp()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc742 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc( in A2DP_GetDecoderInterfaceSbc() function
Da2dp_codec_config.cc1496 return A2DP_GetDecoderInterfaceSbc(p_codec_info); in A2DP_GetDecoderInterface()