Home
last modified time | relevance | path

Searched refs:getCurrentCodecConfig (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DAbstractBluetoothDialogPreferenceControllerTest.java128 when(mController.getCurrentCodecConfig()).thenReturn(null); in getCurrentConfigIndex_noCodecConfig_returnDefaultIndex()
135 when(mController.getCurrentCodecConfig()).thenReturn(mCodecConfigAAC); in getCurrentConfigIndex_returnCurrentIndex()
144 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
148 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
158 assertThat(mController.getCurrentCodecConfig()).isEqualTo(mCodecConfigAAC); in getCurrentCodecConfig_verifyConfig()
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
95 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
H A DBluetoothChannelModeDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
92 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
H A DBluetoothSampleRateDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
98 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
H A DAbstractBluetoothDialogPreferenceController.java95 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex()
110 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()
149 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothDialogPreferenceController
H A DBluetoothQualityDialogPreferenceController.java96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
/aosp12/system/bt/stack/test/
H A Dstack_a2dp_test.cc898 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
914 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
930 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
946 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
962 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
978 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
994 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1026 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1048 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecFuzzFunctions.h123 codecs->getCurrentCodecConfig();
/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h311 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc792 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
802 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()