Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc49 struct A2DP_GetChannelModeCodeSbc A2DP_GetChannelModeCodeSbc; variable
93 int A2DP_GetChannelModeCodeSbc::return_value = 0;
173 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetChannelModeCodeSbc() function
175 return test::mock::stack_a2dp_sbc::A2DP_GetChannelModeCodeSbc(p_codec_info); in A2DP_GetChannelModeCodeSbc()
Dmock_stack_a2dp_sbc.h171 struct A2DP_GetChannelModeCodeSbc { struct
177 extern struct A2DP_GetChannelModeCodeSbc A2DP_GetChannelModeCodeSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h175 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc695 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_sbc), 3); in TEST_F()
696 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_aac), -1); in TEST_F()
697 EXPECT_EQ(A2DP_GetChannelModeCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc_encoder.cc193 p_encoder_params->s16ChannelMode = A2DP_GetChannelModeCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
Da2dp_sbc.cc589 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetChannelModeCodeSbc() function