Lines Matching refs:puller
60 .puller = new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER)}},
64 .puller = new StatsCompanionServicePuller(android::util::WIFI_BYTES_TRANSFER_BY_FG_BG)}},
68 .puller = new StatsCompanionServicePuller(android::util::MOBILE_BYTES_TRANSFER)}},
72 .puller =
77 .puller = new StatsCompanionServicePuller(android::util::BLUETOOTH_BYTES_TRANSFER)}},
80 {.puller = new StatsCompanionServicePuller(android::util::KERNEL_WAKELOCK)}},
82 {android::util::SUBSYSTEM_SLEEP_STATE, {.puller = new SubsystemSleepStatePuller()}},
84 {android::util::ON_DEVICE_POWER_MEASUREMENT, {.puller = new PowerStatsPuller()}},
88 .puller = new StatsCompanionServicePuller(android::util::CPU_TIME_PER_FREQ)}},
92 .puller = new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID)}},
98 .puller = new StatsCompanionServicePuller(android::util::CPU_TIME_PER_UID_FREQ)}},
104 .puller = new StatsCompanionServicePuller(android::util::CPU_ACTIVE_TIME)}},
110 .puller = new StatsCompanionServicePuller(android::util::CPU_CLUSTER_TIME)}},
113 {.puller = new StatsCompanionServicePuller(android::util::WIFI_ACTIVITY_INFO)}},
116 {.puller = new StatsCompanionServicePuller(android::util::MODEM_ACTIVITY_INFO)}},
119 {.puller = new StatsCompanionServicePuller(android::util::BLUETOOTH_ACTIVITY_INFO)}},
124 .puller = new StatsCompanionServicePuller(android::util::SYSTEM_ELAPSED_REALTIME)}},
127 {.puller = new StatsCompanionServicePuller(android::util::SYSTEM_UPTIME)}},
130 {.puller = new ResourceHealthManagerPuller(android::util::REMAINING_BATTERY_CAPACITY)}},
133 {.puller = new ResourceHealthManagerPuller(android::util::FULL_BATTERY_CAPACITY)}},
136 {.puller = new ResourceHealthManagerPuller(android::util::BATTERY_VOLTAGE)}},
139 {.puller = new ResourceHealthManagerPuller(android::util::BATTERY_LEVEL)}},
142 {.puller = new ResourceHealthManagerPuller(android::util::BATTERY_CYCLE_COUNT)}},
146 .puller = new StatsCompanionServicePuller(android::util::PROCESS_MEMORY_STATE)}},
150 .puller = new StatsCompanionServicePuller(android::util::NATIVE_PROCESS_MEMORY_STATE)}},
154 .puller =
158 {.puller = new StatsCompanionServicePuller(android::util::SYSTEM_ION_HEAP_SIZE)}},
161 {.puller = new StatsCompanionServicePuller(android::util::PROCESS_SYSTEM_ION_HEAP_SIZE)}},
164 {.puller = new StatsCompanionServicePuller(android::util::TEMPERATURE)}},
167 {.puller = new StatsCompanionServicePuller(android::util::COOLING_DEVICE)}},
171 .puller = new StatsCompanionServicePuller(android::util::BINDER_CALLS)}},
174 {.puller = new StatsCompanionServicePuller(android::util::BINDER_CALLS_EXCEPTIONS)}},
178 .puller = new StatsCompanionServicePuller(android::util::LOOPER_STATS)}},
181 {.puller = new StatsCompanionServicePuller(android::util::DISK_STATS)}},
184 {.puller = new StatsCompanionServicePuller(android::util::DIRECTORY_USAGE)}},
187 {.puller = new StatsCompanionServicePuller(android::util::APP_SIZE)}},
190 {.puller = new StatsCompanionServicePuller(android::util::CATEGORY_SIZE)}},
193 {.puller = new StatsCompanionServicePuller(android::util::NUM_FINGERPRINTS_ENROLLED)}},
196 {.puller = new StatsCompanionServicePuller(android::util::NUM_FACES_ENROLLED)}},
199 {.puller = new StatsCompanionServicePuller(android::util::PROC_STATS)}},
202 {.puller = new StatsCompanionServicePuller(android::util::PROC_STATS_PKG_PROC)}},
207 .puller = new StatsCompanionServicePuller(android::util::DISK_IO)}},
210 {.puller = new StatsCompanionServicePuller(android::util::POWER_PROFILE)}},
214 .puller = new StatsCompanionServicePuller(android::util::PROCESS_CPU_TIME)}},
217 .puller = new StatsCompanionServicePuller(android::util::CPU_TIME_PER_THREAD_FREQ)}},
220 {.puller = new StatsCompanionServicePuller(android::util::DEVICE_CALCULATED_POWER_USE)}},
223 {.puller = new StatsCompanionServicePuller(
227 {.puller = new StatsCompanionServicePuller(
232 .puller = new StatsCompanionServicePuller(android::util::DEBUG_ELAPSED_CLOCK)}},
236 .puller = new StatsCompanionServicePuller(android::util::DEBUG_FAILING_ELAPSED_CLOCK)}},
239 {.puller = new StatsCompanionServicePuller(android::util::BUILD_INFORMATION)}},
242 {.puller = new StatsCompanionServicePuller(android::util::ROLE_HOLDER)}},
245 {.puller = new StatsCompanionServicePuller(android::util::DANGEROUS_PERMISSION_STATE)}},
247 {android::util::TRAIN_INFO, {.puller = new TrainInfoPuller()}},
250 {.puller = new StatsCompanionServicePuller(android::util::TIME_ZONE_DATA_INFO)}},
253 {.puller = new StatsCompanionServicePuller(android::util::EXTERNAL_STORAGE_INFO)}},
256 {.puller = new GpuStatsPuller(android::util::GPU_STATS_GLOBAL_INFO)}},
259 {.puller = new GpuStatsPuller(android::util::GPU_STATS_APP_INFO)}},
262 {.puller = new StatsCompanionServicePuller(android::util::APPS_ON_EXTERNAL_STORAGE_INFO)}},
265 {.puller = new StatsCompanionServicePuller(android::util::FACE_SETTINGS)}},
268 {.puller = new StatsCompanionServicePuller(android::util::APP_OPS)}},
278 bool ret = kAllPullAtomInfo.find(tagId)->second.puller->Pull(data); in Pull()
316 pulledAtom.second.puller->SetStatsCompanionService(statsCompanionService); in SetStatsCompanionService()
448 totalCleared += pulledAtom.second.puller->ForceClearCache(); in ForceClearPullerCache()
456 totalCleared += pulledAtom.second.puller->ClearCacheIfNecessary(timestampNs); in ClearPullerCacheIfNecessary()
471 kAllPullAtomInfo[atomTag] = {.puller = new StatsCallbackPuller(atomTag, callback)}; in RegisterPullerCallback()