Searched refs:bluetoothCallManager (Results 1 – 3 of 3) sorted by relevance
188 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ProcessEvent() local190 if (bluetoothCallManager->IsBtAvailble()) { in ProcessEvent()219 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ProcessEvent() local220 if (bluetoothCallManager->IsBtAvailble()) { in ProcessEvent()243 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ConnectBtScoWithAddress() local244 if (bluetoothCallManager->ConnectBtSco(bluetoothAddress)) { in ConnectBtScoWithAddress()359 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in ReportAudioDeviceChange() local360 address = bluetoothCallManager->GetConnectedScoAddr(); in ReportAudioDeviceChange()
382 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in SetAudio() local384 bluetoothCallManager->ConnectBtSco(address); in SetAudio()390 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in IsSpeakerphoneEnabled() local392 if (bluetoothCallManager->IsBtAvailble()) { in IsSpeakerphoneEnabled()
1181 BluetoothCallManager bluetoothCallManager = BluetoothCallManager(); variable1182 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);