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

/frameworks/native/services/inputflinger/
H A DEventHub.h429 Vector<String8> mExcludedDevices; member in class:android::EventHub
H A DEventHub.cpp480 mExcludedDevices = devices;
1073 for (size_t i = 0; i < mExcludedDevices.size(); i++) {
1074 const String8& item = mExcludedDevices.itemAt(i);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp335 Vector<String8> mExcludedDevices; member in class:android::FakeEventHub
441 return mExcludedDevices;
562 mExcludedDevices = devices;

Completed in 493 milliseconds