Searched defs:mConfiguredGenerationId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java187 mConfiguredGenerationId = surface.getGenerationId();
209 this.mConfiguredGenerationId = other.mConfiguredGenerationId;
227 mConfiguredGenerationId = mSurface.getGenerationId();
316 mConfiguredGenerationId == other.mConfiguredGenerationId &&
331 mRotation, mSurface.hashCode(), mConfiguredGenerationId,
345 private final int mConfiguredGenerationId; field in class:OutputConfiguration

Completed in 67 milliseconds