Searched refs:mExcludedDevices (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.h441 Vector<String8> mExcludedDevices; member in class:android::EventHub
H A DEventHub.cpp501 mExcludedDevices = devices;
1090 for (size_t i = 0; i < mExcludedDevices.size(); i++) {
1091 const String8& item = mExcludedDevices.itemAt(i);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp334 Vector<String8> mExcludedDevices; member in class:android::FakeEventHub
440 return mExcludedDevices;
564 mExcludedDevices = devices;

Completed in 110 milliseconds