OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swBitmask
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/
EventHub.cpp
155
memset(
swBitmask
, 0, sizeof(
swBitmask
));
397
if (device && device->hasValidFd() && test_bit(sw, device->
swBitmask
)) {
[
all
...]
EventHub.h
355
uint8_t
swBitmask
[(SW_MAX + 1) / 8];
Completed in 3196 milliseconds