Home
last modified time | relevance | path

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

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