OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatsPullerManagerImpl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/external/
StatsPullerManagerImpl.h
49
class
StatsPullerManagerImpl
: public virtual RefBase {
51
static
StatsPullerManagerImpl
& GetInstance();
74
StatsPullerManagerImpl
();
StatsPullerManagerImpl.cpp
32
#include "
StatsPullerManagerImpl
.h"
52
const std::map<int, PullAtomInfo>
StatsPullerManagerImpl
::kAllPullAtomInfo = {
176
StatsPullerManagerImpl
::
StatsPullerManagerImpl
() : mNextPullTimeNs(NO_ALARM_UPDATE) {
179
bool
StatsPullerManagerImpl
::Pull(const int tagId, const int64_t timeNs,
193
StatsPullerManagerImpl
&
StatsPullerManagerImpl
::GetInstance() {
194
static
StatsPullerManagerImpl
instance;
198
bool
StatsPullerManagerImpl
::PullerForMatcherExists(int tagId) const {
202
void
StatsPullerManagerImpl
::updateAlarmLocked()
[
all
...]
Completed in 66 milliseconds