OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:marksupportedkeycodes
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/services/inputflinger/
EventHub.h
240
virtual bool
markSupportedKeyCodes
(int32_t deviceId, size_t numCodes, const int32_t* keyCodes,
306
virtual bool
markSupportedKeyCodes
(int32_t deviceId, size_t numCodes,
InputReader.h
617
bool
markSupportedKeyCodes
(uint32_t sourceMask, size_t numCodes,
[
all
...]
InputReader.cpp
739
result = device->
markSupportedKeyCodes
(sourceMask,
748
result |= device->
markSupportedKeyCodes
(sourceMask,
[
all
...]
EventHub.cpp
413
bool EventHub::
markSupportedKeyCodes
(int32_t deviceId, size_t numCodes,
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
624
virtual bool
markSupportedKeyCodes
(int32_t deviceId, size_t numCodes, const int32_t* keyCodes,
907
virtual bool
markSupportedKeyCodes
(uint32_t, size_t numCodes,
[
all
...]
Completed in 181 milliseconds