Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc173 SetState(State::CONFIGURED); in OnEnableAnnouncement()
178 SetState(State::STOPPED); in OnEnableAnnouncement()
185 SetState(State::STOPPED); in OnEnableAnnouncement()
188 SetState(State::CONFIGURED); in OnEnableAnnouncement()
252 SetState(State::CONFIGURING); in __anon1bc24a3d0202()
260 SetState(State::ENABLING); in __anon1bc24a3d0402()
266 [this](const void*) { SetState(State::ENABLING); }, in __anon1bc24a3d0602()
279 SetState(State::STOPPING); in __anon1bc24a3d0b02()
285 SetState(State::STOPPING); in __anon1bc24a3d0c02()
294 SetState(State::STOPPING); in __anon1bc24a3d0f02()
[all …]
Dmock_state_machine.h33 SetState(State::CONFIGURED); in MockBroadcastStateMachine()
46 SetState(State::STREAMING); in MockBroadcastStateMachine()
53 SetState(State::STOPPED); in MockBroadcastStateMachine()
60 SetState(State::CONFIGURED); in MockBroadcastStateMachine()
165 void SetExpectedState(BroadcastStateMachine::State state) { SetState(state); } in SetExpectedState()
Dstate_machine.h39 void SetState(StateT state) { in SetState() function
197 void SetState(State state) { in SetState() function
198 StateMachine::SetState(static_cast<std::underlying_type<State>::type>(state)); in SetState()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DStreamSchedulerTest.cpp37 SetState(kNodeStateRunning); in Start()
42 SetState(kNodeStateRunning); in ProcessStart()
45 virtual void Stop() { SetState(kNodeStateStopped); } in Stop()
87 SetState(kNodeStateRunning); in Start()
90 virtual void Stop() { SetState(kNodeStateStopped); } in Stop()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc571 group->cig.SetState(CigState::RECOVERING); in ProcessHciNotifOnCigCreate()
576 group->cig.SetState(CigState::NONE); in ProcessHciNotifOnCigCreate()
587 group->cig.SetState(CigState::CREATED); in ProcessHciNotifOnCigCreate()
622 group->cig.SetState(CigState::NONE); in ProcessHciNotifyOnCigRemoveRecovering()
651 group->cig.SetState(CigState::CREATED); in ProcessHciNotifOnCigRemove()
661 group->cig.SetState(CigState::NONE); in ProcessHciNotifOnCigRemove()
734 group->SetState(AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING); in ProcessHciNotifSetupIsoDataPath()
850 group->cig.SetState(CigState::REMOVING); in RemoveCigForGroup()
1265 group->SetState(active_ase->state); in ProcessHciNotifCisDisconnected()
1280 group->SetState(AseState::BTA_LE_AUDIO_ASE_STATE_IDLE); in ProcessHciNotifCisDisconnected()
[all …]
Ddevice_groups.h60 void SetState(bluetooth::le_audio::types::CigState state) { in SetState() function
251 void SetState(types::AseState state) { in SetState() function
Dle_audio_client_test.cc895 group->cig.SetState(types::CigState::CREATED); in SetUpMockGroups()
921 group->SetState(group->GetTargetState()); in SetUpMockGroups()
1282 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_QOS_CONFIGURED); in SetUpMockGroups()
1284 group->cig.SetState(bluetooth::le_audio::types::CigState::CREATED); in SetUpMockGroups()
1293 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING); in SetUpMockGroups()
1329 group->SetState(group->GetTargetState()); in SetUpMockGroups()
1344 group->cig.SetState(bluetooth::le_audio::types::CigState::NONE); in SetUpMockGroups()
1457 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_RELEASING); in SetUpMockGroups()
1464 group->SetState(group->GetTargetState()); in SetUpMockGroups()
5337 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_CODEC_CONFIGURED); in TEST_F()
[all …]
Dstate_machine_test.cc4919 group->cig.SetState(types::CigState::CREATED); in TEST_F()
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h104 virtual void SetState(BluetoothStreamState /*state*/) {} in SetState() function
160 void SetState(BluetoothStreamState state) override;
Ddevice_port_proxy_hidl.h61 void SetState(BluetoothStreamState state) override;
Ddevice_port_proxy_hidl.cc470 void BluetoothAudioPortHidl::SetState(BluetoothStreamState state) { state_ = state; } in SetState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
Dstream_apis.cc336 out->bluetooth_output_->SetState(BluetoothStreamState::DISABLED); in out_set_parameters()
344 out->bluetooth_output_->SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
Ddevice_port_proxy.cc733 void BluetoothAudioPortAidl::SetState(BluetoothStreamState state) { state_ = state; } in SetState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioStreamGraphRtpTxTest.cpp226 mockRtpEncoder->SetState(kNodeStateRunning); in TEST_F()
251 mockRtpEncoder->SetState(kNodeStateStopped); in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc225 void SetState(BtifA2dpSource::RunState state) { state_ = state; } in SetState() function in BtifA2dpSource
428 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateStartingUp); in btif_a2dp_source_startup()
448 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateRunning); in btif_a2dp_source_startup_delayed()
551 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateShuttingDown); in btif_a2dp_source_shutdown()
562 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateOff); in btif_a2dp_source_shutdown()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.h100 void SetState(ScoState state) { state_ = state; } in SetState() function
Dacl_connection_handler.cc340 std::get<ScoConnection>(pair).SetState(ScoState::SCO_STATE_OPENED); in AcceptPendingScoConnection()
354 std::get<ScoConnection>(pair).SetState(ok ? ScoState::SCO_STATE_OPENED in AcceptPendingScoConnection()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/include/
DMockBaseNode.h44 MOCK_METHOD(void, SetState, (kBaseNodeState state), (override));
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/
DBaseNode.h220 virtual void SetState(kBaseNodeState state);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DBaseNode.cpp225 void BaseNode::SetState(kBaseNodeState state) in SetState() function in BaseNode