Searched defs:removedOutputs (Results 1 – 2 of 2) sorted by relevance
238 val removedOutputs = sourceToOutputsMap.get(removedOutputsKey) ?: return in toPath() constant368 val removedOutputs = sourceToOutputsMap.get(removedOutputsKey) ?: emptyList() in toPath() constant493 val removedOutputs = oldOutputs.filterNot { it in outputs } in toPath() constant
1370 std::vector<SurfaceKey> removedOutputs; in updateOutputConfiguration() local