Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h464 std::vector<std::string> mExcludedDevices; variable
DEventHub.cpp569 mExcludedDevices = devices; in setExcludedDevices()
1211 for (size_t i = 0; i < mExcludedDevices.size(); i++) { in openDeviceLocked()
1212 const std::string& item = mExcludedDevices[i]; in openDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp336 std::vector<std::string> mExcludedDevices; member in android::FakeEventHub
480 return mExcludedDevices; in getExcludedDevices()
609 mExcludedDevices = devices; in setExcludedDevices()