Home
last modified time | relevance | path

Searched refs:BootControlShared (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/bootctrl/
DBootControlShared.cpp38 BootControlShared::BootControlShared() {} in BootControlShared() function in android::hardware::boot::V1_2::implementation::BootControlShared
40 bool BootControlShared::Init() { in Init()
44 Return<bool> BootControlShared::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus()
48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus()
DBootControlShared.h32 struct BootControlShared : public IBootControl { struct
33 BootControlShared();
DAndroid.bp11 "BootControlShared.cpp",
DLegacyBootControl.h33 struct BootControl : public BootControlShared {