Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DBufferUtils.h103 void removeInactiveBufferCaches(const std::set<int32_t>& activeStreams);
H A DBufferUtils.cpp96 void BufferRecords::removeInactiveBufferCaches(const std::set<int32_t>& activeStreams) { in removeInactiveBufferCaches() function in android::camera3::BufferRecords
H A DCamera3Device.cpp3343 mBufferRecords.removeInactiveBufferCaches(activeStreams); in configureStreams()
3652 mBufferRecords.removeInactiveBufferCaches(activeStreams); in configureInjectedStreams()