Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dfastboot_device.h54 BootControlClient* boot1_1() const;
H A Dcommands.cpp73 auto hal = device->boot1_1(); in IsSnapshotUpdateInProgress()
349 if (auto hal11 = device->boot1_1()) { in SetActiveHandler()
693 auto hal = device->boot1_1(); in SnapshotUpdateHandler()
H A Dfastboot_device.cpp153 BootControlClient* FastbootDevice::boot1_1() const { in boot1_1() function in FastbootDevice
H A Dvariables.cpp439 auto hal = device->boot1_1(); in GetSnapshotUpdateStatus()