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.java256 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()
312 mSurfaceGroupId = SURFACE_GROUP_ID_NONE; in OutputConfiguration()
521 this.mSurfaceGroupId = other.mSurfaceGroupId; in OutputConfiguration()
549 mSurfaceGroupId = surfaceSetId; in OutputConfiguration()
627 return mSurfaceGroupId; in getSurfaceGroupId()
660 dest.writeInt(mSurfaceGroupId); in writeToParcel()
690 mSurfaceGroupId != other.mSurfaceGroupId || in equals()
722 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()
729 mConfiguredDataspace, mSurfaceGroupId, mIsShared ? 1 : 0, in hashCode()
736 private final int mSurfaceGroupId; field in OutputConfiguration