HomeSort by relevance Sort by last modified time
    Searched refs:stillTracking (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/gui/
ConsumerBase.h 171 bool stillTracking(int slot, const sp<GraphicBuffer> graphicBuffer);
BufferQueueCore.h 119 // stillTracking returns true iff the buffer item is still being tracked
121 bool stillTracking(const BufferItem* item) const;
  /frameworks/native/libs/gui/
ConsumerBase.cpp 214 if (!stillTracking(slot, graphicBuffer)) {
243 if (!stillTracking(slot, graphicBuffer)) {
260 bool ConsumerBase::stillTracking(int slot,
BufferQueueConsumer.cpp 120 if (mCore->stillTracking(front)) {
153 if (mCore->stillTracking(front)) {
BufferQueueCore.cpp 215 bool BufferQueueCore::stillTracking(const BufferItem* item) const {
218 BQ_LOGV("stillTracking: item { slot=%d/%" PRIu64 " buffer=%p } "
BufferQueueProducer.cpp 631 if (mCore->stillTracking(front)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]

Completed in 578 milliseconds