Lines Matching refs:NotifyArgs
53 std::list<NotifyArgs> args = in createDevice()
93 std::list<NotifyArgs> InputMapperUnitTest::process(int32_t type, int32_t code, int32_t value) { in process()
98 std::list<NotifyArgs> InputMapperUnitTest::process(nsecs_t when, int32_t type, int32_t code, in process()
138 std::list<NotifyArgs> InputMapperTest::configureDevice(ConfigurationChanges changes) { in configureDevice()
147 std::list<NotifyArgs> out = in configureDevice()
150 for (const NotifyArgs& args : out) { in configureDevice()
189 std::list<NotifyArgs> InputMapperTest::process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, in process()
198 std::list<NotifyArgs> processArgList = mapper.process(event); in process()
199 for (const NotifyArgs& args : processArgList) { in process()
216 std::list<NotifyArgs> InputMapperTest::handleTimeout(InputMapper& mapper, nsecs_t when) { in handleTimeout()
217 std::list<NotifyArgs> generatedArgs = mapper.timeoutExpired(when); in handleTimeout()
218 for (const NotifyArgs& args : generatedArgs) { in handleTimeout()