Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp198 return mExcludedDevices; in getExcludedDevices()
359 mExcludedDevices = devices; in setExcludedDevices()
DFakeEventHub.h87 std::vector<std::string> mExcludedDevices; variable
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h799 std::vector<std::string> mExcludedDevices; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1466 mExcludedDevices = devices; in setExcludedDevices()
2277 for (size_t i = 0; i < mExcludedDevices.size(); i++) { in openDeviceLocked()
2278 const std::string& item = mExcludedDevices[i]; in openDeviceLocked()