Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java255 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()
311 mSurfaceGroupId = SURFACE_GROUP_ID_NONE; in OutputConfiguration()
520 this.mSurfaceGroupId = other.mSurfaceGroupId; in OutputConfiguration()
548 mSurfaceGroupId = surfaceSetId; in OutputConfiguration()
626 return mSurfaceGroupId; in getSurfaceGroupId()
659 dest.writeInt(mSurfaceGroupId); in writeToParcel()
689 mSurfaceGroupId != other.mSurfaceGroupId || in equals()
720 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()
727 mConfiguredDataspace, mSurfaceGroupId, mIsShared ? 1 : 0, in hashCode()
734 private final int mSurfaceGroupId; field in OutputConfiguration