Home
last modified time | relevance | path

Searched refs:statsCompanionServiceCopy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DStatsCompanionServicePuller.cpp54 sp<IStatsCompanionService> statsCompanionServiceCopy = mStatsCompanionService; in PullInternal() local
55 if (statsCompanionServiceCopy != nullptr) { in PullInternal()
57 Status status = statsCompanionServiceCopy->pullData(mTagId, &returned_value); in PullInternal()
DStatsPullerManagerImpl.cpp208 sp<IStatsCompanionService> statsCompanionServiceCopy = mStatsCompanionService; in updateAlarmLocked() local
209 if (statsCompanionServiceCopy != nullptr) { in updateAlarmLocked()
210 statsCompanionServiceCopy->setPullingAlarm(mNextPullTimeNs / 1000000); in updateAlarmLocked()