OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatsPuller
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/external/
StatsPuller.h
34
class
StatsPuller
: public virtual RefBase {
36
StatsPuller
(const int tagId);
38
virtual ~
StatsPuller
() {}
StatsPuller.cpp
20
#include "
StatsPuller
.h"
32
sp<UidMap>
StatsPuller
::mUidMap = nullptr;
33
void
StatsPuller
::SetUidMap(const sp<UidMap>& uidMap) { mUidMap = uidMap; }
36
StatsPuller
::
StatsPuller
(const int tagId)
42
bool
StatsPuller
::Pull(const int64_t elapsedTimeNs, std::vector<std::shared_ptr<LogEvent>>* data) {
70
int
StatsPuller
::ForceClearCache() {
74
int
StatsPuller
::clearCache() {
82
int
StatsPuller
::ClearCacheIfNecessary(int64_t timestampNs) {
Completed in 63 milliseconds