Home
last modified time | relevance | path

Searched refs:CONFIGURED (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc388 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
530 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
580 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
606 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
616 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
679 BroadcastStateMachine::State::CONFIGURED, _)) in TEST_F()
685 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
763 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
795 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
857 BroadcastStateMachine::State::CONFIGURED); in TEST_F()
[all …]
Dstate_machine.cc178 SetState(State::CONFIGURED); in OnEnableAnnouncement()
193 SetState(State::CONFIGURED); in OnEnableAnnouncement()
326 SetState(State::CONFIGURED); in OnAddressResponse()
329 callbacks_->OnStateMachineEvent(GetBroadcastId(), State::CONFIGURED); in OnAddressResponse()
582 SetState(State::CONFIGURED); in HandleHciEvent()
Dstate_machine.h139 CONFIGURED, enumerator
Dmock_state_machine.h55 if (result_) SetState(State::CONFIGURED); in MockBroadcastStateMachine()
Dbroadcaster.cc983 case BroadcastStateMachine::State::CONFIGURED: in OnStateMachineEvent()
Dbroadcaster_test.cc492 OnBroadcastStateChanged(broadcast_id, BroadcastState::CONFIGURED)) in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dchannel_configuration_state.h48 CONFIGURED, enumerator
Dsignalling_manager.cc385 configuration_state.state_ = ChannelConfigurationState::State::CONFIGURED; in OnConfigurationRequest()
594 configuration_state.state_ = ChannelConfigurationState::State::CONFIGURED; in OnConfigurationResponse()
616 if (configuration_state.state_ == configuration_state.CONFIGURED) { in OnDisconnectionRequest()
646 if (configuration_state.state_ == configuration_state.CONFIGURED) { in OnDisconnectionResponse()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc624 leAudioDevice->SetDsaDataPathState(DataPathState::CONFIGURED); in ProcessHciNotifSetupIsoDataPath()
638 ase->data_path_state = DataPathState::CONFIGURED; in ProcessHciNotifSetupIsoDataPath()
1092 ases_pair.sink->data_path_state == DataPathState::CONFIGURED) { in RemoveDataPathByCisHandle()
1098 ases_pair.source->data_path_state == DataPathState::CONFIGURED) { in RemoveDataPathByCisHandle()
1103 if (leAudioDevice->GetDsaDataPathState() == DataPathState::CONFIGURED) { in RemoveDataPathByCisHandle()
1300 CisState::CONNECTED, DataPathState::CONFIGURED); in ProcessHciNotifCisDisconnected()
1310 if (ase->data_path_state == DataPathState::CONFIGURED) { in ProcessHciNotifCisDisconnected()
1778 CisState::CONNECTED, DataPathState::CONFIGURED); in ReleaseDataPath()
3156 if (ase->data_path_state == DataPathState::CONFIGURED) { in AseStateMachineProcessReleasing()
Ddevices.h171 HaveAllActiveAsesSameDataPathState(types::DataPathState::CONFIGURED); in IsReadyToStream()
Dle_audio_types.h370 CONFIGURED, enumerator
Dclient.cc3336 if (ase->data_path_state != DataPathState::CONFIGURED) return false; in IsAseAcceptingAudioData()
6004 leAudioDevice->GetDsaDataPathState() == DataPathState::CONFIGURED) { in DsaDataConsume()
Dle_audio_client_test.cc981 ase.data_path_state = types::DataPathState::CONFIGURED; in SetUpMockGroups()
1107 ase.data_path_state = types::DataPathState::CONFIGURED; in SetUpMockGroups()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h423 CONFIGURED, enumerator