Home
last modified time | relevance | path

Searched refs:isBufferInRange (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/bufferpool/2.0/
DBufferStatus.h42 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId);
DAccessorImpl.h135 return isBufferInRange(mFrom, mTo, bufferId) && --mLeft == 0; in isInvalidated()
DBufferStatus.cpp45 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId) { in isBufferInRange() function
DAccessorImpl.cpp743 if (isBufferInRange(from, to, *freeIt)) { in invalidate()
760 if (isBufferInRange(from, to, it->first)) { in invalidate()