OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyBitmask
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
EventHub.cpp
122
memset(
keyBitmask
, 0, sizeof(
keyBitmask
));
297
if (device && test_bit(scanCode, device->
keyBitmask
)) {
386
if (test_bit(scanCodes[sc], device->
keyBitmask
)) {
463
if (test_bit(scanCode, device->
keyBitmask
)) {
930
ioctl(fd, EVIOCGBIT(EV_KEY, sizeof(device->
keyBitmask
)), device->
keyBitmask
)
[
all
...]
EventHub.h
288
uint8_t
keyBitmask
[(KEY_MAX + 1) / 8];
Completed in 22 milliseconds