Searched refs:ndx (Results 1 – 5 of 5) sorted by relevance
136 size_t ndx = (start + i) % mSize; in dumpLog() local138 if (1 != mRingBuffer[ndx].count) { in dumpLog()139 localtime_r(&mRingBuffer[ndx].last_ts.tv_sec, &t); in dumpLog()143 mRingBuffer[ndx].count, in dumpLog()145 mRingBuffer[ndx].last_ts.tv_usec / 1000); in dumpLog()151 localtime_r(&mRingBuffer[ndx].first_ts.tv_sec, &t); in dumpLog()155 mRingBuffer[ndx].first_ts.tv_usec / 1000, in dumpLog()156 mRingBuffer[ndx].s.string(), in dumpLog()
418 uint32_t ndx = 0; in dumpLog() local426 ndx, txTimes[i], rxTimes[i], in dumpLog()430 ndx, txTimes[i]); in dumpLog()433 ndx++; in dumpLog()
116 for (int ndx = mChildren.size() - 1; ndx >= 0; ndx--) { in startAnimation()117 final WindowState windowState = mChildren.get(ndx); in startAnimation()
429 float ndx = dx / hyp; in fling() local432 float oldVelocityX = ndx * oldVel; in fling()
4122 for (int ndx = stacks.size() - 1; ndx >= 0; --ndx) { in getAllStackInfosLocked()4123 list.add(getStackInfoLocked(stacks.get(ndx))); in getAllStackInfosLocked()