Home
last modified time | relevance | path

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

/packages/modules/StatsD/apex/tests/libstatspull/src/com/android/internal/os/statsd/libstats/
DLibStatsPullTests.java63 private static int sAtomsPerPull; field in LibStatsPullTests
80 sAtomsPerPull = 1; in setup()
106 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbackRegistration()
139 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbackFailure()
164 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbackTimeout()
187 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbackCache()
222 sAtomsPerPull = 1000; in testPullAtomCallbackStress()
225 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbackStress()
233 assertThat(data.size()).isEqualTo(sAtomsPerPull); in testPullAtomCallbackStress()
263 sPullLatencyMillis, sAtomsPerPull); in testPullAtomCallbacksProcessedInOrder()
/packages/modules/StatsD/apex/tests/libstatspull/jni/
Dstats_pull_helper.cpp31 static int32_t sAtomsPerPull; variable
38 for (int i = 0; i < sAtomsPerPull; i++) { in pullAtomCallback()
54 sAtomsPerPull = atomsPerPull; in Java_com_android_internal_os_statsd_libstats_LibStatsPullTests_setStatsPuller()