Searched refs:A2DP_GetChannelModeCodeSbc (Results 1 – 6 of 6) sorted by relevance
49 struct A2DP_GetChannelModeCodeSbc A2DP_GetChannelModeCodeSbc; variable93 int A2DP_GetChannelModeCodeSbc::return_value = 0;173 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetChannelModeCodeSbc() function175 return test::mock::stack_a2dp_sbc::A2DP_GetChannelModeCodeSbc(p_codec_info); in A2DP_GetChannelModeCodeSbc()
171 struct A2DP_GetChannelModeCodeSbc { struct177 extern struct A2DP_GetChannelModeCodeSbc A2DP_GetChannelModeCodeSbc; argument
175 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info);
695 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()
193 p_encoder_params->s16ChannelMode = A2DP_GetChannelModeCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
589 int A2DP_GetChannelModeCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetChannelModeCodeSbc() function