HomeSort by relevance Sort by last modified time
    Searched refs:mCnt (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 42 static int mCnt;
63 mCnt = 3;
89 ") cnt: %d\n", t->timerId, chreGetTime(), mCnt);
91 extMsg->val = mCnt;
93 if (mCnt-- <= 0)
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 42 static int mCnt;
55 mCnt = 3;
102 ") cnt: %d\n", t->timerId, chreGetTime(), mCnt);
104 extMsg->val = mCnt;
106 if (mCnt-- <= 0)
  /system/core/storaged/include/
storaged_diskstats.h 121 uint32_t mCnt;
123 stream_stats() : mSum(0), mSquareSum(0), mCnt(0) {};
126 return mSum / mCnt;
129 return sqrt(mSquareSum / mCnt - mSum * mSum / (mCnt * mCnt));
134 mCnt++;
140 mCnt--;
  /device/google/contexthub/firmware/app/chre/chre_test2.app/
main.cpp 43 static int mCnt;
50 mCnt = 3;
99 chreGetEstimatedHostTimeOffset(), mCnt);
100 if (mCnt-- <= 0) {
  /frameworks/av/services/audioflinger/
AudioFlinger.h 697 mSessionid(sessionid), mPid(pid), mCnt(1) {}
700 int mCnt;
    [all...]
AudioFlinger.cpp 419 snprintf(buffer, SIZE, " %7d %5d %5d\n", r->mSessionid, r->mPid, r->mCnt);
    [all...]

Completed in 390 milliseconds