Home
last modified time | relevance | path

Searched refs:set_state (Results 1 – 11 of 11) sorted by relevance

/system/bt/bta/hd/
Dbta_hd_main.cc55 static void set_state(tBTA_HD_STATE state) { bta_hd_cb.state = state; } in set_state() function
62 set_state(BTA_HD_IDLE_ST); in bta_hd_better_state_machine()
76 set_state(BTA_HD_INIT_ST); in bta_hd_better_state_machine()
95 set_state(BTA_HD_CONN_ST); in bta_hd_better_state_machine()
106 set_state(BTA_HD_TRANSIENT_TO_INIT_ST); in bta_hd_better_state_machine()
128 set_state(BTA_HD_IDLE_ST); in bta_hd_better_state_machine()
144 set_state(BTA_HD_IDLE_ST); in bta_hd_better_state_machine()
158 set_state(BTA_HD_INIT_ST); in bta_hd_better_state_machine()
162 set_state(BTA_HD_INIT_ST); in bta_hd_better_state_machine()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon.cc96 set_state(PlaybackEvent::INITIALIZED); in Initialize()
107 void ScriptedBeacon::set_state(PlaybackEvent::PlaybackEventType state) { in set_state() function in test_vendor_lib::ScriptedBeacon
130 set_state(PlaybackEvent::WAITING_FOR_FILE); in TimerTick()
141 set_state(PlaybackEvent::WAITING_FOR_FILE_TO_BE_READABLE); in TimerTick()
147 set_state(PlaybackEvent::PARSING_FILE); in TimerTick()
156 set_state(PlaybackEvent::FILE_PARSING_FAILED); in TimerTick()
159 set_state(PlaybackEvent::PLAYBACK_STARTED); in TimerTick()
177 set_state(PlaybackEvent::PLAYBACK_ENDED); in TimerTick()
207 set_state(PlaybackEvent::SCANNED_ONCE); in IncomingPacket()
Dscripted_beacon.h70 void set_state(
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp81 report_.set_state(UpdateState::None); in Start()
87 void SnapshotMergeStats::set_state(android::snapshot::UpdateState state, bool using_compression) { in set_state() function in android::snapshot::SnapshotMergeStats
88 report_.set_state(state); in set_state()
Dsnapshot_stub.cpp126 void set_state(android::snapshot::UpdateState, bool) override {} in set_state() function in android::snapshot::SnapshotMergeStatsStub
Dsnapshot.cpp365 status->set_state(SnapshotState::CREATED); in CreateSnapshot()
720 initial_status.set_state(UpdateState::Merging); in InitiateMerge()
785 status.set_state(SnapshotState::MERGING); in SwitchSnapshotToMerge()
1142 snapshot_status.set_state(SnapshotState::MERGE_COMPLETED); in CheckTargetMergeState()
2497 status.set_state(UpdateState::None); in ReadSnapshotUpdateStatus()
2507 status.set_state(UpdateStateFromString(contents)); in ReadSnapshotUpdateStatus()
2516 status.set_state(state); in WriteUpdateState()
2852 status.set_state(update_state); in CreateUpdateSnapshots()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h31 virtual void set_state(android::snapshot::UpdateState state, bool using_compression) = 0;
70 void set_state(android::snapshot::UpdateState state, bool using_compression) override;
Dmock_snapshot_merge_stats.h31 MOCK_METHOD(void, set_state, (android::snapshot::UpdateState, bool), (override));
/system/apex/apexd/
Dapexd_session_test.cpp88 session.set_state(state); in TEST()
Dapexd_session.cpp239 state_.set_state(session_state); in UpdateStateAndCommit()
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc283 merge_stats_->set_state(state, update_uses_compression); in WaitForMergeOrSchedule()
427 merge_stats_->set_state(state, snapshot_->UpdateUsesCompression()); in InitiateMergeAndWait()