Home
last modified time | relevance | path

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

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