Lines Matching refs:empty
43 bool SimpleC2Component::WorkQueue::empty() const { in empty() function in android::SimpleC2Component::WorkQueue
44 return mQueue.empty(); in empty()
189 queueWasEmpty = queue->empty(); in queue_nb()
190 while (!items->empty()) { in queue_nb()
219 while (!queue->empty()) { in flush_sm()
228 while (!pending->empty()) { in flush_sm()
250 queueWasEmpty = queue->empty(); in drain_nb()
404 if (queue->empty()) { in processQueue()
412 hasQueuedWork = !queue->empty(); in processQueue()
484 if (!updates.empty()) { in processQueue()
495 if (!work->input.buffers.empty() && !work->input.buffers[0]) { in processQueue()