Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3SharedOutputStream.cpp340 const KeyedVector<sp<Surface>, size_t> &attachedSurfaces) { in revertPartialUpdateLocked() argument
343 for (size_t i = 0; i < attachedSurfaces.size(); i++) { in revertPartialUpdateLocked()
344 size_t index = attachedSurfaces.valueAt(i); in revertPartialUpdateLocked()
DCamera3SharedOutputStream.h87 const KeyedVector<sp<Surface>, size_t> &attachedSurfaces);