Searched refs:mSuccessfulCount (Results 1 – 2 of 2) sorted by relevance
167 --mSuccessfulCount; in shouldLogAtom()178 if (status == AMEDIA_OK && mSuccessfulCount >= kMaxSuccessfulAtomsPerDay) { in shouldLogAtom()184 ++mSuccessfulCount; in shouldLogAtom()
84 uint32_t mSuccessfulCount = 0; variable