Searched defs:stillTracking (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DConsumerBase.cpp209 if (!stillTracking(slot, graphicBuffer)) {
238 if (!stillTracking(slot, graphicBuffer)) {
255 bool ConsumerBase::stillTracking(int slot, function in class:android::ConsumerBase
H A DBufferQueue.cpp581 if (stillTracking(front)) {
943 if (stillTracking(front)) {
974 if (stillTracking(front)) {
1207 bool BufferQueue::stillTracking(const BufferItem *item) const { function in class:android::BufferQueue
1210 ST_LOGV("stillTracking?: item: { slot=%d/%llu, buffer=%p }, "

Completed in 381 milliseconds