OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatsCompanionServicePuller
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/external/
StatsCompanionServicePuller.h
26
class
StatsCompanionServicePuller
: public StatsPuller {
28
StatsCompanionServicePuller
(int tagId);
StatsCompanionServicePuller.cpp
25
#include "
StatsCompanionServicePuller
.h"
43
StatsCompanionServicePuller
::
StatsCompanionServicePuller
(int tagId) : StatsPuller(tagId) {
46
void
StatsCompanionServicePuller
::SetStatsCompanionService(
53
bool
StatsCompanionServicePuller
::PullInternal(vector<shared_ptr<LogEvent> >* data) {
74
VLOG("
StatsCompanionServicePuller
::pull succeeded for %d", mTagId);
Completed in 63 milliseconds