Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp54 expectScanCodes(/*present=*/true, in SetUp()
58 expectScanCodes(/*present=*/false, in SetUp()
DMultiTouchInputMapper_test.cpp58 expectScanCodes(/*present=*/true, in SetUp()
63 expectScanCodes(/*present=*/false, in SetUp()
DInputMapperTest.h55 void expectScanCodes(bool present, std::set<int> scanCodes);
DInputMapperTest.cpp72 void InputMapperUnitTest::expectScanCodes(bool present, std::set<int> scanCodes) { in expectScanCodes() function in android::InputMapperUnitTest