OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExcludedDevices
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
EventHub.h
346
Vector<String8>
mExcludedDevices
;
EventHub.cpp
456
mExcludedDevices
= devices;
856
for (size_t i = 0; i <
mExcludedDevices
.size(); i++) {
857
const String8& item =
mExcludedDevices
.itemAt(i);
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
296
Vector<String8>
mExcludedDevices
;
395
return
mExcludedDevices
;
497
mExcludedDevices
= devices;
[
all
...]
Completed in 18 milliseconds