Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java60 private List<CarPropertyConfig> mConfigs; field in CarPropertyConfigTest
70 () -> mConfigs = carPropertyManager.getPropertyList()); in setUp()
71 assertThat(mConfigs.size()).isAtLeast(4); in setUp()
88 for (CarPropertyConfig cfg : mConfigs) { in testGetPropertyId()
109 for (CarPropertyConfig cfg : mConfigs) { in testGetAccess_AreaIdConfigAccessDisabled()
118 for (CarPropertyConfig<?> cfg : mConfigs) { in testGetAccess_AreaIdConfigAccessEnabled()
161 for (CarPropertyConfig cfg : mConfigs) { in testGetAreaType()
206 for (CarPropertyConfig cfg : mConfigs) { in testGetChangeMode()
214 for (CarPropertyConfig cfg : mConfigs) { in testGetConfigArrayAndPropertyId()
222 for (CarPropertyConfig cfg : mConfigs) { in testSampleRate()
[all …]
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java65 private ArrayList<Config> mConfigs = new ArrayList<Config>(); field in DRMTest
75 mConfigs.clear(); in setUp()
79 mConfigs.add(config); in setUp()
110 for (Config config : mConfigs) { in testRegisterAndDeregister()
117 for (Config config : mConfigs) { in testAcquireRights()
125 for (Config config : mConfigs) { in testGetConstraints()
142 for (Config config : mConfigs) { in testCanHandle()
149 for (Config config : mConfigs) { in testGetOriginalMimeType()
156 for (Config config : mConfigs) { in testCheckRightsStatus()
169 for (Config config : mConfigs) { in testRemoveRights()
[all …]
/cts/tests/mediapc/src/android/mediapc/cts/
DInputSurface.java33 private EGLConfig[] mConfigs = new EGLConfig[1]; field in InputSurface
74 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, mConfigs, 0, mConfigs.length, in eglSetup()
84 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
102 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTestUtil.java144 List<AudioRecordingConfiguration> mConfigs; field in AudioTestUtil.AudioRecordingCallbackUtil
153 mConfigs = new ArrayList<AudioRecordingConfiguration>(); in reset()
167 mConfigs = configs; in onRecordingConfigChanged()
181 for (AudioRecordingConfiguration config : mConfigs) { in hasRecording()
DAudioRecordingConfigurationTest.java188 testDevice, callback.mConfigs); in doCallbackTest()
193 verifyPrivilegedInfoIsSafe(callback.mConfigs.get(0)); in doCallbackTest()
200 assertEquals("Should not have found record configurations", callback.mConfigs.size(), in doCallbackTest()
DAudioPlaybackConfigurationTest.java936 private List<AudioPlaybackConfiguration> mConfigs; field in AudioPlaybackConfigurationTest.MyAudioPlaybackCallback
943 mConfigs = new ArrayList<AudioPlaybackConfiguration>(); in reset()
960 return mConfigs; in getConfigs()
989 mConfigs = filterConfigsWithCurrentUid(configs); in onPlaybackConfigChanged()
991 if (!mIsPrivileged || mConfigs.size() != 0) { in onPlaybackConfigChanged()
DAudioRecordTest.java958 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
959 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
960 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()
/cts/tests/media/common/src/android/mediav2/common/cts/
DInputSurface.java44 private EGLConfig[] mConfigs = new EGLConfig[1]; field in InputSurface
93 if (!EGL14.eglChooseConfig(mEGLDisplay, configAttribList, 0, mConfigs, 0, in eglSetup()
94 mConfigs.length, numConfigs, 0)) { in eglSetup()
103 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
126 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
/cts/tests/tests/media/common/src/android/media/cts/
DInputSurface.java46 private EGLConfig[] mConfigs = new EGLConfig[1]; field in InputSurface
106 if (!EGL14.eglChooseConfig(mEGLDisplay, configAttribList, 0, mConfigs, 0, mConfigs.length, in eglSetup()
122 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
152 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java1859 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
1860 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
1861 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()
1994 public List<AudioRecordingConfiguration> mConfigs; field in MediaRecorderTest.MyAudioRecordingCallback
2002 mConfigs = new ArrayList<AudioRecordingConfiguration>(); in reset()
2014 mConfigs = configs; in onRecordingConfigChanged()