OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kAllPullAtomInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/external/
StatsPullerManagerImpl.h
71
const static std::map<int, PullAtomInfo>
kAllPullAtomInfo
;
StatsPullerManagerImpl.cpp
52
const std::map<int, PullAtomInfo> StatsPullerManagerImpl::
kAllPullAtomInfo
= {
183
if (
kAllPullAtomInfo
.find(tagId) !=
kAllPullAtomInfo
.end()) {
184
bool ret =
kAllPullAtomInfo
.find(tagId)->second.puller->Pull(timeNs, data);
199
return
kAllPullAtomInfo
.find(tagId) !=
kAllPullAtomInfo
.end();
222
for (const auto& pulledAtom :
kAllPullAtomInfo
) {
336
for (const auto& pulledAtom :
kAllPullAtomInfo
) {
344
for (const auto& pulledAtom :
kAllPullAtomInfo
) {
Completed in 95 milliseconds