OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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