/aosp12/system/bt/bta/hd/ |
H A D | bta_hd_main.cc | 55 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 D | scripted_beacon.cc | 96 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 D | scripted_beacon.h | 70 void set_state(
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_stats.cpp | 81 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 D | snapshot_stub.cpp | 126 void set_state(android::snapshot::UpdateState, bool) override {} in set_state() function in android::snapshot::SnapshotMergeStatsStub
|
H A D | snapshot.cpp | 368 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 D | snapshot_stats.h | 31 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 D | mock_snapshot_merge_stats.h | 31 MOCK_METHOD(void, set_state, (android::snapshot::UpdateState, bool), (override));
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_pft.h | 65 } set_state; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_pft.h | 123 } set_state; member
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | DeviceFiles.cpp | 55 license->set_state(License_LicenseState_ACTIVE); in StoreLicense() 59 license->set_state(License_LicenseState_RELEASING); in StoreLicense()
|
/aosp12/system/apex/apexd/ |
H A D | apexd_session_test.cpp | 88 session.set_state(state); in TEST()
|
H A D | apexd_session.cpp | 239 state_.set_state(session_state); in UpdateStateAndCommit()
|
/aosp12/system/update_engine/aosp/ |
H A D | cleanup_previous_update_action.cc | 283 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 D | ShellSubscriber_test.cpp | 139 shellData.add_atom()->mutable_screen_state_changed()->set_state( in TEST()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | activitymanagerservice.proto | 866 optional .android.app.ProcessStateEnum set_state = 8; field
|