Searched refs:EventGatherer (Results 1 – 5 of 5) sorted by relevance
22 EventGatherer::EventGatherer(int argc, const char** argv) { in EventGatherer() function in EventGatherer35 size_t EventGatherer::size() const { in size()39 std::vector<com::android::car::keventreader::KeypressEvent> EventGatherer::read() { in read()
28 class EventGatherer {30 EventGatherer(int argc, const char** argv);
33 EventProviderImpl(EventGatherer&&);39 EventGatherer mGatherer;
52 EventGatherer gatherer(argc, argv); in main()
23 EventProviderImpl::EventProviderImpl(EventGatherer&& g) : mGatherer(std::move(g)) {} in EventProviderImpl()