/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.cc | 173 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 …]
|
D | mock_state_machine.h | 33 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()
|
D | state_machine.h | 39 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/ |
D | StreamSchedulerTest.cpp | 37 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/ |
D | state_machine.cc | 571 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 …]
|
D | device_groups.h | 60 void SetState(bluetooth::le_audio::types::CigState state) { in SetState() function 251 void SetState(types::AseState state) { in SetState() function
|
D | le_audio_client_test.cc | 895 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 …]
|
D | state_machine_test.cc | 4919 group->cig.SetState(types::CigState::CREATED); in TEST_F()
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy.h | 104 virtual void SetState(BluetoothStreamState /*state*/) {} in SetState() function 160 void SetState(BluetoothStreamState state) override;
|
D | device_port_proxy_hidl.h | 61 void SetState(BluetoothStreamState state) override;
|
D | device_port_proxy_hidl.cc | 470 void BluetoothAudioPortHidl::SetState(BluetoothStreamState state) { state_ = state; } in SetState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
|
D | stream_apis.cc | 336 out->bluetooth_output_->SetState(BluetoothStreamState::DISABLED); in out_set_parameters() 344 out->bluetooth_output_->SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
|
D | device_port_proxy.cc | 733 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/ |
D | AudioStreamGraphRtpTxTest.cpp | 226 mockRtpEncoder->SetState(kNodeStateRunning); in TEST_F() 251 mockRtpEncoder->SetState(kNodeStateStopped); in TEST_F()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_source.cc | 225 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/ |
D | sco_connection.h | 100 void SetState(ScoState state) { state_ = state; } in SetState() function
|
D | acl_connection_handler.cc | 340 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/ |
D | MockBaseNode.h | 44 MOCK_METHOD(void, SetState, (kBaseNodeState state), (override));
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/ |
D | BaseNode.h | 220 virtual void SetState(kBaseNodeState state);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | BaseNode.cpp | 225 void BaseNode::SetState(kBaseNodeState state) in SetState() function in BaseNode
|