HomeSort by relevance Sort by last modified time
    Searched defs:RegisterHandler (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/
Timer.h 197 If a handler has been registered through the EFI_TIMER_ARCH_PROTOCOL.RegisterHandler()
219 EFI_TIMER_REGISTER_HANDLER RegisterHandler;
237 RegisterHandler - Registers a handler that will be called each time the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/
WatchdogTimer.h 170 EFI_WATCHDOG_TIMER_REGISTER_HANDLER RegisterHandler;
190 RegisterHandler - Registers a handler that is invoked when the watchdog
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timer.h 144 If a handler has been registered through the EFI_TIMER_ARCH_PROTOCOL.RegisterHandler()
172 EFI_TIMER_REGISTER_HANDLER RegisterHandler;
WatchdogTimer.h 136 EFI_WATCHDOG_TIMER_REGISTER_HANDLER RegisterHandler;
  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 59 void AsynchronousSignalHandler::RegisterHandler(int signal,
  /external/libbrillo/brillo/daemons/
daemon.cc 50 void Daemon::RegisterHandler(
53 async_signal_handler_.RegisterHandler(signal, callback);
63 async_signal_handler_.RegisterHandler(
66 async_signal_handler_.RegisterHandler(
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 158 void FlagParser::RegisterHandler(const char *name, FlagHandlerBase *handler,

Completed in 778 milliseconds