Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h157 void setSysfsRootPath(int32_t deviceId, std::string sysfsRootPath) const;
DFakeEventHub.cpp629 void FakeEventHub::setSysfsRootPath(int32_t deviceId, std::string sysfsRootPath) const { in setSysfsRootPath() function in android::FakeEventHub
DInputReader_test.cpp676 mFakeEventHub->setSysfsRootPath(1, "xyz"); in TEST_F()