Searched refs:OKAY (Results 1 – 8 of 8) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 39 enum Expect { OKAY = 0, FAIL, DATA }; enumerator 42 {"okay", OKAY}, 48 {OKAY, "okay"},
|
D | extensions.cpp | 180 if (packed_test.expect == OKAY && in ExtractPacked()
|
D | README.md | 197 …OKAY` response, or be encoded in `INFO` responses. Thus, the parser attribute is used to specify a…
|
D | main.cpp | 1729 if (test.expect == extension::OKAY) { // only testing the success case in GenerateXmlTests()
|
/system/core/fastboot/device/ |
D | commands.cpp | 195 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 …]
|
D | commands.h | 28 OKAY, enumerator
|
D | fastboot_device.cpp | 193 return WriteStatus(FastbootResult::OKAY, message); in WriteOkay()
|
/system/core/fastboot/ |
D | README.md | 31 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 …]
|