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

  /frameworks/native/services/inputflinger/
EventHub.h 230 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes,
295 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes,
InputReader.h 571 bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
    [all...]
InputReader.cpp 657 result = device->markSupportedKeyCodes(sourceMask,
666 result |= device->markSupportedKeyCodes(sourceMask,
    [all...]
EventHub.cpp 406 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 622 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes,
899 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
    [all...]

Completed in 153 milliseconds