Home
last modified time | relevance | path

Searched refs:bluetoothCallManager (Results 1 – 3 of 3) sorted by relevance

/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp188 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ProcessEvent() local
190 if (bluetoothCallManager->IsBtAvailble()) { in ProcessEvent()
219 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ProcessEvent() local
220 if (bluetoothCallManager->IsBtAvailble()) { in ProcessEvent()
243 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ConnectBtScoWithAddress() local
244 if (bluetoothCallManager->ConnectBtSco(bluetoothAddress)) { in ConnectBtScoWithAddress()
359 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ReportAudioDeviceChange() local
360 address = bluetoothCallManager->GetConnectedScoAddr(); in ReportAudioDeviceChange()
/base/telephony/call_manager/services/call/src/
Dcall_base.cpp382 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in SetAudio() local
384 bluetoothCallManager->ConnectBtSco(address); in SetAudio()
390 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in IsSpeakerphoneEnabled() local
392 if (bluetoothCallManager->IsBtAvailble()) { in IsSpeakerphoneEnabled()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1181 BluetoothCallManager bluetoothCallManager = BluetoothCallManager(); variable
1182 bluetoothCallManager.btConnection_ = nullptr;
1184 ASSERT_EQ(bluetoothCallManager.ConnectBtSco(bluetoothAddress), false);
1185 ASSERT_EQ(bluetoothCallManager.DisconnectBtSco(), false);
1186 ASSERT_EQ(bluetoothCallManager.SendBtCallState(0, 0, 0, bluetoothAddress), false);
1187 ASSERT_EQ(bluetoothCallManager.GetBtScoState(), false);
1188 ASSERT_EQ(bluetoothCallManager.IsBtScoConnected(), false);
1189 ASSERT_EQ(bluetoothCallManager.IsBtAvailble(), false);