Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc50 struct A2DP_GetDecoderInterfaceSbc A2DP_GetDecoderInterfaceSbc; variable
94 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc::return_value =
177 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc( in A2DP_GetDecoderInterfaceSbc() function
180 return test::mock::stack_a2dp_sbc::A2DP_GetDecoderInterfaceSbc(p_codec_info); in A2DP_GetDecoderInterfaceSbc()
Dmock_stack_a2dp_sbc.h182 struct A2DP_GetDecoderInterfaceSbc { struct
190 extern struct A2DP_GetDecoderInterfaceSbc A2DP_GetDecoderInterfaceSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h239 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc(
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_sbc_unittest.cc76 A2DP_GetDecoderInterfaceSbc(kCodecInfoSbcCapability)); in SetUp()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc787 const tA2DP_DECODER_INTERFACE* A2DP_GetDecoderInterfaceSbc( in A2DP_GetDecoderInterfaceSbc() function
Da2dp_codec_config.cc1412 return A2DP_GetDecoderInterfaceSbc(p_codec_info); in A2DP_GetDecoderInterface()