Home
last modified time | relevance | path

Searched defs:removedOutputs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DIncremental.kt238 val removedOutputs = sourceToOutputsMap.get(removedOutputsKey) ?: return in toPath() constant
368 val removedOutputs = sourceToOutputsMap.get(removedOutputsKey) ?: emptyList() in toPath() constant
493 val removedOutputs = oldOutputs.filterNot { it in outputs } in toPath() constant
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1370 std::vector<SurfaceKey> removedOutputs; in updateOutputConfiguration() local