Searched refs:mSurfaceGroupId (Results 1 – 6 of 6) sorted by relevance
43 private final int mSurfaceGroupId; field in ExtensionOutputConfiguration66 mSurfaceGroupId = surfaceGroupId; in ExtensionOutputConfiguration()82 config.surfaceGroupId = mSurfaceGroupId; in initializeOutputConfig()
448 if (mSurfaceGroupId == SURFACE_GROUP_ID_NONE) { in setMultiResolutionOutput()580 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()828 mSurfaceGroupId = SURFACE_GROUP_ID_NONE; in OutputConfiguration()959 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()1478 this.mSurfaceGroupId = other.mSurfaceGroupId; in OutputConfiguration()1528 mSurfaceGroupId = surfaceSetId; in OutputConfiguration()1622 return mSurfaceGroupId; in getSurfaceGroupId()1693 dest.writeInt(mSurfaceGroupId); in writeToParcel()1735 || mSurfaceGroupId != other.mSurfaceGroupId in equals()1798 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()[all …]
35 private int mSurfaceGroupId = OutputConfiguration.SURFACE_GROUP_ID_NONE; field in Camera2OutputConfigImplBuilder100 mSurfaceGroupId = surfaceGroupId; in setSurfaceGroupId()125 mOutputConfig.setSurfaceGroup(mSurfaceGroupId); in build()
36 private int mSurfaceGroupId = OutputConfiguration.SURFACE_GROUP_ID_NONE; field in Camera2OutputConfigImplBuilder109 mSurfaceGroupId = surfaceGroupId; in setSurfaceGroupId()119 mOutputConfig.setSurfaceGroup(mSurfaceGroupId); in build()
19346 Landroid/hardware/camera2/params/OutputConfiguration;->mSurfaceGroupId:I