Lines Matching defs:count
782 std::chrono::steady_clock::now().time_since_epoch()).count();
1075 void BufferQueue::DeleteBuffersLocked(int32_t count)
1077 SURFACE_TRACE_NAME_FMT("DeleteBuffersLocked count: %d", count);
1078 if (count <= 0) {
1085 count--;
1086 if (count <= 0) {
1094 count--;
1095 if (count <= 0) {
1103 count--;
1104 if (count <= 0) {