Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h708 std::vector<std::string> mExcludedDevices; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1239 mExcludedDevices = devices; in setExcludedDevices()
1964 for (size_t i = 0; i < mExcludedDevices.size(); i++) { in openDeviceLocked()
1965 const std::string& item = mExcludedDevices[i]; in openDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp499 std::vector<std::string> mExcludedDevices; member in android::FakeEventHub
684 return mExcludedDevices; in getExcludedDevices()
836 mExcludedDevices = devices; in setExcludedDevices()