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

  /frameworks/base/services/input/
EventHub.h 233 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;
298 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
InputReader.h 555 return getEventHub()->hasScanCode(mId, code);
    [all...]
EventHub.cpp 498 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const {
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 635 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const {
    [all...]

Completed in 2430 milliseconds