Searched refs:getSnapshotMergeStatus (Results 1 – 11 of 11) sorted by relevance
26 * getSnapshotMergeStatus must return the set value.28 * The merge status must be persistent across reboots. That is, getSnapshotMergeStatus33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until64 getSnapshotMergeStatus() generates (MergeStatus status);
68 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()78 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
38 Return<MergeStatus> getSnapshotMergeStatus() override;
48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
52 Return<MergeStatus> getSnapshotMergeStatus() override;
112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
51 Return<MergeStatus> getSnapshotMergeStatus() override;
113 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
79 auto merge_status = hal->getSnapshotMergeStatus(); in IsSnapshotUpdateInProgress()321 auto merge_status = hal11->getSnapshotMergeStatus(); in SetActiveHandler()655 MergeStatus status = hal->getSnapshotMergeStatus(); in SnapshotUpdateHandler()
459 MergeStatus status = hal->getSnapshotMergeStatus(); in GetSnapshotUpdateStatus()
201 MergeStatus ret = module->getSnapshotMergeStatus(); in do_get_snapshot_merge_status()