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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 511 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx;
516 Status = gBS->HandleProtocol (Handles[Index], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx);
519 Status = TxtInEx->RegisterKeyNotify (
520 TxtInEx,
526 Status = TxtInEx->UnregisterKeyNotify (TxtInEx, NotifyHandle);
542 @param TxtInEx Pointer to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL protocol.
550 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx,
559 Status = TxtInEx->RegisterKeyNotify (
560 TxtInEx,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 844 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx;
855 Status = gBS->HandleProtocol (gST->ConsoleInHandle, &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx);
863 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex);
865 Status = TxtInEx->ReadKeyStrokeEx (TxtInEx, &KeyData);
    [all...]

Completed in 967 milliseconds