Home
last modified time | relevance | path

Searched refs:stillTracking (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
DConsumerBase.cpp266 if (!stillTracking(slot, graphicBuffer)) { in addReleaseFenceLocked()
295 if (!stillTracking(slot, graphicBuffer)) { in releaseBufferLocked()
312 bool ConsumerBase::stillTracking(int slot, in stillTracking() function in android::ConsumerBase
DBufferQueueConsumer.cpp131 if (mCore->stillTracking(front)) { in acquireBuffer()
172 if (mCore->stillTracking(front)) { in acquireBuffer()
DBufferQueueCore.cpp234 bool BufferQueueCore::stillTracking(const BufferItem* item) const { in stillTracking() function in android::BufferQueueCore
DBufferQueueProducer.cpp671 if (mCore->stillTracking(front)) { in queueBuffer()
/frameworks/native/include/gui/
DConsumerBase.h182 bool stillTracking(int slot, const sp<GraphicBuffer> graphicBuffer);
DBufferQueueCore.h124 bool stillTracking(const BufferItem* item) const;
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1347 boolean stillTracking = false; in clearRestartingIfNeededLocked()
1350 stillTracking = true; in clearRestartingIfNeededLocked()
1354 if (!stillTracking) { in clearRestartingIfNeededLocked()