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

  /frameworks/native/services/inputflinger/
EventHub.h 233 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;
300 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
InputReader.h 588 return getEventHub()->hasScanCode(mId, code);
    [all...]
EventHub.cpp 483 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const {
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 645 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const {
    [all...]

Completed in 546 milliseconds