Home | History | Annotate | Download | only in android

Lines Matching refs:sCounter

82 uint32_t TimeCounter::sCounter[TimeCounter::TotalTimeCounterCount];
110 sCounter[type]++;
134 if (sCounter[type] > 0)
135 sprintf(&scratch[index], " called %d times", sCounter[type]);
166 if (sCounter[type] > sLastCounter[type])
167 sprintf(&scratch[index], " called %d times", sCounter[type]
172 memcpy(sLastCounter, sCounter, sizeof(sCounter));
180 bzero(sCounter, sizeof(sCounter));