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

  /external/chromium_org/remoting/protocol/
input_event_tracker.cc 20 bool InputEventTracker::IsKeyPressed(uint32 usb_keycode) const {
  /bootable/recovery/
ui.cpp 114 // CheckKey can call IsKeyPressed to see what other keys are held when
264 bool RecoveryUI::IsKeyPressed(int key)
285 if ((IsKeyPressed(KEY_POWER) && key == KEY_VOLUMEUP) || key == KEY_HOME) {

Completed in 109 milliseconds