Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1217 std::vector<sp<Surface>> newOutputs; in updateOutputConfiguration() local
1250 newOutputs.push_back(surface); in updateOutputConfiguration()
1254 if (removedSurfaceIds.empty() && newOutputs.empty()) { in updateOutputConfiguration()
1259 auto ret = mDevice->updateStream(streamId, newOutputs, streamInfos, removedSurfaceIds, in updateOutputConfiguration()