Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java263 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration()
317 mConfiguredGenerationId = 0; in OutputConfiguration()
525 this.mConfiguredGenerationId = other.mConfiguredGenerationId; in OutputConfiguration()
559 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
565 mConfiguredGenerationId = 0; in OutputConfiguration()
695 mConfiguredGenerationId != other.mConfiguredGenerationId) in equals()
725 mRotation, mSurfaces.hashCode(), mConfiguredGenerationId, in hashCode()
743 private final int mConfiguredGenerationId; field in OutputConfiguration