/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/broadcaster/ |
D | state_machine.cc | 178 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()
|
D | mock_state_machine.h | 48 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()
|
D | state_machine.h | 39 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/ |
D | state_machine.cc | 489 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 …]
|
D | device_groups.h | 59 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 | 937 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 …]
|
D | state_machine_test.cc | 4431 group->cig.SetState(types::CigState::CREATED); in TEST_F()
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy.h | 108 virtual void SetState(BluetoothStreamState state) {} in SetState() function 157 void SetState(BluetoothStreamState state) override;
|
D | device_port_proxy_hidl.h | 62 void SetState(BluetoothStreamState state) override;
|
D | device_port_proxy_hidl.cc | 505 void BluetoothAudioPortHidl::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
|
D | device_port_proxy.cc | 652 void BluetoothAudioPortAidl::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
|
D | stream_apis.cc | 352 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/ |
D | AudioStreamGraphRtpTxTest.cpp | 226 mockRtpEncoder->SetState(kNodeStateRunning); in TEST_F() 251 mockRtpEncoder->SetState(kNodeStateStopped); in TEST_F()
|
/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 | 361 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/ |
D | btif_a2dp_source.cc | 219 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/ |
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
|