HomeSort by relevance Sort by last modified time
    Searched refs:mTextOut (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 69 STATIC EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *mTextOut;
150 mTextOut->OutputString (mTextOut, L"ERROR: Fail to get the number of bytes to download.\r\n");
156 mTextOut->OutputString (mTextOut, OutputString);
237 mTextOut->OutputString (mTextOut, OutputString);
256 mTextOut->OutputString (mTextOut, OutputString);
285 mTextOut->OutputString (mTextOut, L"Done.\r\n");
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 47 STATIC EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *mTextOut;
329 mTextOut->OutputString (mTextOut, L"Initialising TCP Fastboot transport...\r\n");
440 mTextOut->OutputString (mTextOut, L"TCP Fastboot transport configured.");
441 mTextOut->OutputString (mTextOut, L"\r\nIP address: ");
442 mTextOut->OutputString (mTextOut ,IpAddrString);
443 mTextOut->OutputString (mTextOut, L"\r\n");
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastbootDxe.c 62 STATIC EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *mTextOut;
180 Status = gBS->LocateProtocol (&gEfiSimpleTextOutProtocolGuid, NULL, (VOID **) &mTextOut);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
HiKey960FastbootDxe.c 63 STATIC EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *mTextOut;
180 Status = gBS->LocateProtocol (&gEfiSimpleTextOutProtocolGuid, NULL, (VOID **) &mTextOut);

Completed in 5759 milliseconds