Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp410 size_t& totalAttachedCount = attachedBufferCounts.editValueFor(streamId); in onBuffersRemoved() local
417 if (count > totalAttachedCount) { in onBuffersRemoved()
419 __FUNCTION__, count, totalAttachedCount); in onBuffersRemoved()
424 totalAttachedCount -= count; in onBuffersRemoved()
426 __FUNCTION__, streamId, streamSetId, totalHandoutCount, totalAttachedCount); in onBuffersRemoved()