Home
last modified time | relevance | path

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

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