Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/external/
DStatsPuller.cpp57 if (mHasGoodData) { in Pull()
62 return mHasGoodData ? PULL_SUCCESS : PULL_FAIL; in Pull()
72 mHasGoodData = (status == PULL_SUCCESS); in Pull()
73 if (!mHasGoodData) { in Pull()
83 mHasGoodData = false; in Pull()
DStatsPuller.h88 bool mHasGoodData = false; variable