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.java264 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration()
318 mConfiguredGenerationId = 0; in OutputConfiguration()
526 this.mConfiguredGenerationId = other.mConfiguredGenerationId; in OutputConfiguration()
560 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
566 mConfiguredGenerationId = 0; in OutputConfiguration()
696 mConfiguredGenerationId != other.mConfiguredGenerationId || in equals()
727 mRotation, mSurfaces.hashCode(), mConfiguredGenerationId, in hashCode()
745 private final int mConfiguredGenerationId; field in OutputConfiguration