Home
last modified time | relevance | path

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

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