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

/frameworks/base/services/input/
H A DEventHub.h392 Vector<String8> mExcludedDevices; member in class:android::EventHub
H A DEventHub.cpp487 mExcludedDevices = devices;
989 for (size_t i = 0; i < mExcludedDevices.size(); i++) {
990 const String8& item = mExcludedDevices.itemAt(i);
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp325 Vector<String8> mExcludedDevices; member in class:android::FakeEventHub
431 return mExcludedDevices;
548 mExcludedDevices = devices;

Completed in 46 milliseconds