OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventGatherer
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/tools/keventreader/server/
eventgatherer.h
28
class
EventGatherer
{
30
EventGatherer
(int argc, const char** argv);
eventgatherer.cpp
16
#include "
eventgatherer
.h"
22
EventGatherer
::
EventGatherer
(int argc, const char** argv) {
35
size_t
EventGatherer
::size() const {
39
std::vector<com::android::car::keventreader::KeypressEvent>
EventGatherer
::read() {
Completed in 639 milliseconds