Searched defs:Collection (Results 1 – 4 of 4) sorted by relevance
80 private fun Collection<OutputConfig>.hasVideoSurface(): Boolean = any { in <lambda>() method
795 private fun Collection<UseCase>.onlyVideoCapture(): Boolean { in <lambda>() method803 private fun Collection<UseCase>.isMeteringCombinationSupported(): Boolean { in <lambda>() method867 private fun Collection<UseCase>.getAttachedSurfaceInfoList(): List<AttachedSurfaceInfo> = in <lambda>() method913 private fun Collection<UseCase>.isPreviewStabilizationOn() = in <lambda>() method917 private fun Collection<UseCase>.isUltraHdrOn() = in <lambda>() method921 private fun Collection<UseCase>.getSessionSurfacesConfigs(): List<SurfaceConfig> = in <lambda>() method943 private fun Collection<UseCase>.surfaceCount(): Int = in <lambda>() method949 private fun Collection<UseCase>.withoutMetering(): Collection<UseCase> = filterNot { in <lambda>() method953 private fun Collection<UseCase>.requireMeteringRepeating(): Boolean { in <lambda>() method961 private fun Collection<UseCase>.checkSurfaces( in <lambda>() method[all …]
207 private fun Collection<UseCase>.updateTemplate() { in <lambda>() method
602 private fun Collection<UseCase>.hasExactTypes(vararg classTypes: Any) { in <lambda>() method