Home
last modified time | relevance | path

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

/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/broadcaster/
Dstate_machine.cc178 SetState(State::CONFIGURED); in OnEnableAnnouncement()
183 SetState(State::STOPPED); in OnEnableAnnouncement()
190 SetState(State::STOPPED); in OnEnableAnnouncement()
193 SetState(State::CONFIGURED); in OnEnableAnnouncement()
253 SetState(State::CONFIGURING); in __anon4b5c62470202()
274 SetState(State::STOPPING); in __anon4b5c62470902()
284 SetState(State::STOPPING); in __anon4b5c62470b02()
326 SetState(State::CONFIGURED); in OnAddressResponse()
449 SetState(State::STREAMING); in OnSetupIsoDataPath()
582 SetState(State::CONFIGURED); in HandleHciEvent()
Dmock_state_machine.h48 if (result_) SetState(State::STREAMING); in MockBroadcastStateMachine()
52 if (result_) SetState(State::STOPPED); in MockBroadcastStateMachine()
55 if (result_) SetState(State::CONFIGURED); in MockBroadcastStateMachine()
179 void SetExpectedState(BroadcastStateMachine::State state) { SetState(state); } in SetExpectedState()
Dstate_machine.h39 void SetState(StateT state) { in SetState() function
196 void SetState(State state) { in SetState() function
197 StateMachine::SetState( in SetState()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc489 group->cig.SetState(CigState::RECOVERING); in ProcessHciNotifOnCigCreate()
494 group->cig.SetState(CigState::NONE); in ProcessHciNotifOnCigCreate()
505 group->cig.SetState(CigState::CREATED); in ProcessHciNotifOnCigCreate()
529 group->SetState(AseState::BTA_LE_AUDIO_ASE_STATE_QOS_CONFIGURED); in ProcessHciNotifOnCigCreate()
543 group->cig.SetState(CigState::NONE); in ProcessHciNotifyOnCigRemoveRecovering()
576 group->cig.SetState(CigState::CREATED); in ProcessHciNotifOnCigRemove()
587 group->cig.SetState(CigState::NONE); in ProcessHciNotifOnCigRemove()
662 group->SetState(AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING); in ProcessHciNotifSetupIsoDataPath()
771 group->cig.SetState(CigState::REMOVING); in RemoveCigForGroup()
1190 group->SetState(active_ase->state); in ProcessHciNotifCisDisconnected()
[all …]
Ddevice_groups.h59 void SetState(bluetooth::le_audio::types::CigState state) { in SetState() function
251 void SetState(types::AseState state) { in SetState() function
Dle_audio_client_test.cc937 group->SetState(group->GetTargetState()); in SetUpMockGroups()
1270 group->SetState( in SetUpMockGroups()
1275 group->cig.SetState(bluetooth::le_audio::types::CigState::CREATED); in SetUpMockGroups()
1279 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING); in SetUpMockGroups()
1310 group->SetState(group->GetTargetState()); in SetUpMockGroups()
1370 group->cig.SetState(bluetooth::le_audio::types::CigState::NONE); in SetUpMockGroups()
1529 group->SetState(group->GetTargetState()); in SetUpMockGroups()
5036 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_CODEC_CONFIGURED); in TEST_F()
5889 group_inject->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_ENABLING); in TEST_F()
7327 group->SetState(types::AseState::BTA_LE_AUDIO_ASE_STATE_STREAMING); in TEST_F()
[all …]
Dstate_machine_test.cc4431 group->cig.SetState(types::CigState::CREATED); in TEST_F()
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h108 virtual void SetState(BluetoothStreamState state) {} in SetState() function
157 void SetState(BluetoothStreamState state) override;
Ddevice_port_proxy_hidl.h62 void SetState(BluetoothStreamState state) override;
Ddevice_port_proxy_hidl.cc505 void BluetoothAudioPortHidl::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
Ddevice_port_proxy.cc652 void BluetoothAudioPortAidl::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
Dstream_apis.cc352 out->bluetooth_output_->SetState(BluetoothStreamState::DISABLED); in out_set_parameters()
362 out->bluetooth_output_->SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
/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/tools/rootcanal/model/controller/
Dsco_connection.h100 void SetState(ScoState state) { state_ = state; } in SetState() function
Dacl_connection_handler.cc361 std::get<ScoConnection>(pair).SetState(ScoState::SCO_STATE_OPENED); in AcceptPendingScoConnection()
376 std::get<ScoConnection>(pair).SetState(ok ? ScoState::SCO_STATE_OPENED in AcceptPendingScoConnection()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc219 void SetState(BtifA2dpSource::RunState state) { state_ = state; } in SetState() function in BtifA2dpSource
361 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateStartingUp); in btif_a2dp_source_startup()
387 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateRunning); in btif_a2dp_source_startup_delayed()
497 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateShuttingDown); in btif_a2dp_source_shutdown()
520 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateOff); in btif_a2dp_source_shutdown_delayed()
/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