Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/hd/
H A 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()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A 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()
H A Dscripted_beacon.h70 void set_state(
/aosp12/system/core/fs_mgr/libsnapshot/
H A 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()
H A Dsnapshot_stub.cpp126 void set_state(android::snapshot::UpdateState, bool) override {} in set_state() function in android::snapshot::SnapshotMergeStatsStub
H A Dsnapshot.cpp368 status->set_state(SnapshotState::CREATED); in CreateSnapshot()
730 initial_status.set_state(UpdateState::Merging); in InitiateMerge()
795 status.set_state(SnapshotState::MERGING); in SwitchSnapshotToMerge()
1156 snapshot_status.set_state(SnapshotState::MERGE_COMPLETED); in CheckTargetMergeState()
1266 update_status.set_state(UpdateState::Merging); in MergeSecondPhaseSnapshots()
2528 status.set_state(UpdateState::None); in ReadSnapshotUpdateStatus()
2538 status.set_state(UpdateStateFromString(contents)); in ReadSnapshotUpdateStatus()
2547 status.set_state(state); in WriteUpdateState()
2884 status.set_state(update_state); in CreateUpdateSnapshots()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A 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;
H A Dmock_snapshot_merge_stats.h31 MOCK_METHOD(void, set_state, (android::snapshot::UpdateState, bool), (override));
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_pft.h65 } set_state; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_pft.h123 } set_state; member
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDeviceFiles.cpp55 license->set_state(License_LicenseState_ACTIVE); in StoreLicense()
59 license->set_state(License_LicenseState_RELEASING); in StoreLicense()
/aosp12/system/apex/apexd/
H A Dapexd_session_test.cpp88 session.set_state(state); in TEST()
H A Dapexd_session.cpp239 state_.set_state(session_state); in UpdateStateAndCommit()
/aosp12/system/update_engine/aosp/
H A 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()
/aosp12/packages/modules/StatsD/statsd/tests/shell/
H A DShellSubscriber_test.cpp139 shellData.add_atom()->mutable_screen_state_changed()->set_state( in TEST()
/aosp12/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto866 optional .android.app.ProcessStateEnum set_state = 8; field