Home
last modified time | relevance | path

Searched refs:OKAY (Results 1 – 8 of 8) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dextensions.h39 enum Expect { OKAY = 0, FAIL, DATA }; enumerator
42 {"okay", OKAY},
48 {OKAY, "okay"},
Dextensions.cpp180 if (packed_test.expect == OKAY && in ExtractPacked()
DREADME.md197OKAY` response, or be encoded in `INFO` responses. Thus, the parser attribute is used to specify a…
Dmain.cpp1729 if (test.expect == extension::OKAY) { // only testing the success case in GenerateXmlTests()
/system/core/fastboot/device/
Dcommands.cpp195 device->WriteStatus(FastbootResult::OKAY, "Erasing succeeded"); in OemPostWipeData()
228 return device->WriteStatus(FastbootResult::OKAY, "Erasing succeeded"); in EraseHandler()
257 return device->WriteStatus(FastbootResult::OKAY, ret.message); in OemCmdHandler()
281 return device->WriteStatus(FastbootResult::OKAY, ""); in DownloadHandler()
347 return device->WriteStatus(FastbootResult::OKAY, ""); in SetActiveHandler()
353 auto result = device->WriteStatus(FastbootResult::OKAY, "Shutting down"); in ShutDownHandler()
361 auto result = device->WriteStatus(FastbootResult::OKAY, "Rebooting"); in RebootHandler()
369 auto result = device->WriteStatus(FastbootResult::OKAY, "Rebooting bootloader"); in RebootBootloaderHandler()
377 auto result = device->WriteStatus(FastbootResult::OKAY, "Rebooting fastboot"); in RebootFastbootHandler()
413 status = device->WriteStatus(FastbootResult::OKAY, "Rebooting to recovery"); in RebootRecoveryHandler()
[all …]
Dcommands.h28 OKAY, enumerator
Dfastboot_device.cpp193 return WriteStatus(FastbootResult::OKAY, message); in WriteOkay()
/system/core/fastboot/
DREADME.md31 The first four bytes of the response are "OKAY", "FAIL", "DATA",
43 c. OKAY -> the requested command completed successfully. Go to #5
57 The first four bytes of the response are "OKAY", "FAIL", or "INFO".
65 c. OKAY -> success. Go to #5
86 Client: "OKAY" success
92 "OKAY" indicate success
114 OKAY response. If the variable is unknown, the bootloader
119 should return an empty OKAY response for unknown
135 a single packet starting with "OKAY". Clients
433 0x03 0x00 0x00 0x03 OKAY
[all …]