Searched refs:mSurfaceGroupId (Results 1 – 3 of 3) sorted by relevance
252 if (mSurfaceGroupId == SURFACE_GROUP_ID_NONE) { in setMultiResolutionOutput()308 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()407 mSurfaceGroupId = SURFACE_GROUP_ID_NONE; in OutputConfiguration()710 this.mSurfaceGroupId = other.mSurfaceGroupId; in OutputConfiguration()741 mSurfaceGroupId = surfaceSetId; in OutputConfiguration()821 return mSurfaceGroupId; in getSurfaceGroupId()867 dest.writeInt(mSurfaceGroupId); in writeToParcel()900 mSurfaceGroupId != other.mSurfaceGroupId || in equals()940 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()948 mConfiguredDataspace, mSurfaceGroupId, mIsShared ? 1 : 0, in hashCode()[all …]
35 private int mSurfaceGroupId; field in Camera2OutputConfigImplBuilder99 mSurfaceGroupId = surfaceGroupId; in setSurfaceGroupId()109 mOutputConfig.setSurfaceGroup(mSurfaceGroupId); in build()
22224 Landroid/hardware/camera2/params/OutputConfiguration;->mSurfaceGroupId:I