Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferStatus.h30 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId);
DBufferPool.h90 return isBufferInRange(mFrom, mTo, bufferId) && --mLeft == 0; in isInvalidated()
DBufferPool.cpp504 if (isBufferInRange(from, to, *freeIt)) { in invalidate()
521 if (isBufferInRange(from, to, it->first)) { in invalidate()
DBufferStatus.cpp42 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId) { in isBufferInRange() function