Searched refs:mConfigId (Results 1 – 2 of 2) sorted by relevance
41 private final int mConfigId; field in EglConfigGLSurfaceView48 mConfigId = configId; in EglConfigGLSurfaceView()61 EGL10.EGL_CONFIG_ID, mConfigId, in chooseConfig()
124 private int mConfigId = -1; field in CarAudioManagerTest1962 mConfigId = Integer.parseInt(matchZone.group(3)); in readFirstZoneAndVolumeGroup()1963 readFirstVolumeGroupAndVolumeGroupCount(mZoneId, mConfigId); in readFirstZoneAndVolumeGroup()1983 mConfigId = Integer.parseInt(matchZone.group(3)); in assumePrimaryZone()1984 readFirstVolumeGroupAndVolumeGroupCount(mZoneId, mConfigId); in assumePrimaryZone()2010 mConfigId = zoneProto.getCurrentZoneConfigId(); in readFirstVolumeGroupAndVolumeGroupCountFromProto()2013 if (zoneConfigProtoList.get(configIndex).getId() != mConfigId) { in readFirstVolumeGroupAndVolumeGroupCountFromProto()2043 private final int mConfigId; field in CarAudioManagerTest.TestZoneConfigIdInfo2048 mConfigId = configId; in TestZoneConfigIdInfo()2064 return mZoneId == that.mZoneId && mConfigId == that.mConfigId in equals()