Home
last modified time | relevance | path

Searched refs:EventGatherer (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tools/keventreader/server/
Deventgatherer.cpp22 EventGatherer::EventGatherer(int argc, const char** argv) { in EventGatherer() function in EventGatherer
35 size_t EventGatherer::size() const { in size()
39 std::vector<com::android::car::keventreader::KeypressEvent> EventGatherer::read() { in read()
Deventgatherer.h28 class EventGatherer {
30 EventGatherer(int argc, const char** argv);
Deventprovider.h33 EventProviderImpl(EventGatherer&&);
39 EventGatherer mGatherer;
Dmain.cpp52 EventGatherer gatherer(argc, argv); in main()
Deventprovider.cpp23 EventProviderImpl::EventProviderImpl(EventGatherer&& g) : mGatherer(std::move(g)) {} in EventProviderImpl()