Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h460 Vector<String8> mExcludedDevices; variable
DEventHub.cpp518 mExcludedDevices = devices; in setExcludedDevices()
1132 for (size_t i = 0; i < mExcludedDevices.size(); i++) { in openDeviceLocked()
1133 const String8& item = mExcludedDevices.itemAt(i); in openDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp395 Vector<String8> mExcludedDevices; member in android::FakeEventHub
538 return mExcludedDevices; in getExcludedDevices()
662 mExcludedDevices = devices; in setExcludedDevices()