Home
last modified time | relevance | path

Searched refs:mErrorCounts (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/vibrator/cs40l25/bench/
DStats.h103 mErrorCounts = std::vector<int32_t>(kVibratorErrorCount, 0); in StatsApi()
158 mErrorCounts[errorIndex]++; in logError()
213 std::vector<int32_t> mErrorCounts; variable
/hardware/google/pixel/vibrator/common/
DStatsBase.cpp114 dprintf(fd, " Error Counts: %s\n", dumpData(mErrorCounts).c_str()); in debug()
213 clearData(&mErrorCounts); in uploadErrorAtoms()
274 values[0].set<VendorAtomValue::repeatedIntValue>(mErrorCounts); in vibratorErrorAtom()
DStatsBase.h63 std::vector<int32_t> mErrorCounts; variable
/hardware/google/pixel/vibrator/cs40l26/
DStats.h143 mErrorCounts = std::vector<int32_t>(kVibratorErrorCount, 0); in StatsApi()
202 mErrorCounts[errorIndex]++; in logError()
/hardware/google/pixel/vibrator/cs40l25/
DStats.h172 mErrorCounts = std::vector<int32_t>(kVibratorErrorCount, 0); in StatsApi()
234 mErrorCounts[errorIndex]++; in logError()