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

  /bootable/recovery/
device.h 54 virtual int HandleMenuKey(int key, bool visible);
77 // the selected menu item, or a non-negative number returned from HandleMenuKey(). The menu will
device.cpp 65 int Device::HandleMenuKey(int key, bool visible) {
recovery.cpp 623 // Display a menu with the specified 'headers' and 'items'. Device specific HandleMenuKey() may
649 int action = device->HandleMenuKey(key, visible);
    [all...]

Completed in 467 milliseconds