Searched refs:select_best_channel_mode (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/a2dp/ |
D | a2dp_vendor_aptx.cc | 574 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode() function 848 if (select_best_channel_mode( in setCodecConfig() 855 if (select_best_channel_mode(channelMode, &result_config_cie, in setCodecConfig()
|
D | a2dp_vendor_aptx_hd.cc | 592 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode() function 867 if (select_best_channel_mode( in setCodecConfig() 874 if (select_best_channel_mode(channelMode, &result_config_cie, in setCodecConfig()
|
D | a2dp_aac.cc | 941 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode() function 1286 if (select_best_channel_mode( in setCodecConfig() 1293 if (select_best_channel_mode(channelMode, &result_config_cie, in setCodecConfig()
|
D | a2dp_vendor_ldac.cc | 894 static bool select_best_channel_mode(uint8_t channelMode, in select_best_channel_mode() function 1263 if (select_best_channel_mode( in setCodecConfig() 1270 if (select_best_channel_mode(channelMode, &result_config_cie, in setCodecConfig()
|
D | a2dp_sbc.cc | 1006 static bool select_best_channel_mode(uint8_t ch_mode, tA2DP_SBC_CIE* p_result, in select_best_channel_mode() function 1345 if (select_best_channel_mode( in setCodecConfig() 1352 if (select_best_channel_mode(ch_mode, &result_config_cie, &codec_config_)) { in setCodecConfig()
|