Home
last modified time | relevance | path

Searched refs:findBufferId (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp276 auto findBufferId = bufferIds.find(id); in _onBufferDestroyed() local
277 if (findBufferId == bufferIds.end()) { in _onBufferDestroyed()
287 bufferIds.erase(findBufferId); in _onBufferDestroyed()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp61 static BufferInfoIterator findBufferId( in findBufferId() function
384 BufferInfoIterator it = findBufferId(array, bufferId); in fillThisBuffer()
405 BufferInfoIterator it = findBufferId(array, bufferId); in drainThisBuffer()