Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1219 KeyedVector<sp<IBinder>, sp<IGraphicBufferProducer>> newOutputsMap; in updateOutputConfiguration() local
1221 newOutputsMap.add(IInterface::asBinder(it), it); in updateOutputConfiguration()
1225 ssize_t idx = newOutputsMap.indexOfKey(mStreamMap.keyAt(i)); in updateOutputConfiguration()
1237 newOutputsMap.removeItemsAt(idx); in updateOutputConfiguration()
1241 for (size_t i = 0; i < newOutputsMap.size(); i++) { in updateOutputConfiguration()
1245 newOutputsMap.valueAt(i), physicalCameraId); in updateOutputConfiguration()