OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsPuller
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/cmds/statsd/src/external/
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) {
ResourceHealthManagerPuller.h
20
#include "
StatsPuller
.h"
29
class ResourceHealthManagerPuller : public
StatsPuller
{
ResourceThermalManagerPuller.h
20
#include "
StatsPuller
.h"
29
class ResourceThermalManagerPuller : public
StatsPuller
{
SubsystemSleepStatePuller.h
20
#include "
StatsPuller
.h"
29
class SubsystemSleepStatePuller : public
StatsPuller
{
StatsPuller.h
34
class
StatsPuller
: public virtual RefBase {
36
StatsPuller
(const int tagId);
38
virtual ~
StatsPuller
() {}
StatsCompanionServicePuller.h
20
#include "
StatsPuller
.h"
26
class StatsCompanionServicePuller : public
StatsPuller
{
StatsCompanionServicePuller.cpp
43
StatsCompanionServicePuller::StatsCompanionServicePuller(int tagId) :
StatsPuller
(tagId) {
StatsPullerManagerImpl.h
28
#include "
StatsPuller
.h"
46
sp<
StatsPuller
> puller;
ResourceHealthManagerPuller.cpp
23
#include "external/
StatsPuller
.h"
54
ResourceHealthManagerPuller::ResourceHealthManagerPuller(int tagId) :
StatsPuller
(tagId) {
ResourceThermalManagerPuller.cpp
22
#include "external/
StatsPuller
.h"
94
StatsPuller
(android::util::TEMPERATURE) {
SubsystemSleepStatePuller.cpp
34
#include "external/
StatsPuller
.h"
77
SubsystemSleepStatePuller::SubsystemSleepStatePuller() :
StatsPuller
(android::util::SUBSYSTEM_SLEEP_STATE) {
/frameworks/base/cmds/statsd/
Android.mk
38
src/external/
StatsPuller
.cpp \
/frameworks/base/cmds/statsd/src/
StatsService.cpp
153
StatsPuller
::SetUidMap(mUidMap);
[
all
...]
Completed in 311 milliseconds