Searched refs:bluetoothDeviceState (Results 1 – 1 of 1) sorted by relevance
205 auto bluetoothDeviceState = std::make_shared<BluetoothDeviceState>(); variable206 bluetoothDeviceState->ProcessEvent(AudioEvent::BLUETOOTH_SCO_CONNECTED);207 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_ACTIVATED);208 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_RINGING);209 bluetoothDeviceState->ProcessEvent(AudioEvent::BLUETOOTH_SCO_DISCONNECTED);210 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_DEACTIVATED);211 ASSERT_FALSE(bluetoothDeviceState->ProcessEvent(AudioEvent::UNKNOWN_EVENT));