Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java48 private List<CarPropertyConfig> mConfigs = new ArrayList<>(); field in CarPropertyConfigTest
55 mConfigs = mCarPropertyManager.getPropertyList(); in setUp()
60 for (CarPropertyConfig cfg : mConfigs) { in testGetPropertyId()
90 for (CarPropertyConfig cfg : mConfigs) { in testGetAccess()
105 for (CarPropertyConfig cfg : mConfigs) { in testGetAreaType()
135 for (CarPropertyConfig cfg : mConfigs) { in testGetChangeMode()
143 for (CarPropertyConfig cfg : mConfigs) { in testGetConfigArrayAndPropertyId()
151 for (CarPropertyConfig cfg : mConfigs) { in testSampleRate()
165 for (CarPropertyConfig cfg : mConfigs) { in testGlobalProperty()
174 for (CarPropertyConfig cfg : mConfigs) { in testAreaIds()
[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/media/src/android/mediav2/cts/
DEGLWindowSurface.java33 private EGLConfig[] mConfigs = new EGLConfig[1]; field in EGLWindowSurface
72 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, mConfigs, 0, mConfigs.length, in eglSetup()
82 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
98 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
/cts/tests/tests/media/src/android/media/cts/
DInputSurface.java45 private EGLConfig[] mConfigs = new EGLConfig[1]; field in InputSurface
97 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, mConfigs, 0, mConfigs.length, in eglSetup()
107 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
137 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
DAudioRecordingConfigurationTest.java190 testDevice, callback.mConfigs); in doCallbackTest()
195 verifyPrivilegedInfoIsSafe(callback.mConfigs.get(0)); in doCallbackTest()
202 assertEquals("Should not have found record configurations", callback.mConfigs.size(), in doCallbackTest()
261 List<AudioRecordingConfiguration> mConfigs; field in AudioRecordingConfigurationTest.MyAudioRecordingCallback
269 mConfigs = new ArrayList<AudioRecordingConfiguration>(); in reset()
281 mConfigs = configs; in onRecordingConfigChanged()
DAudioPlaybackConfigurationTest.java470 private List<AudioPlaybackConfiguration> mConfigs; field in AudioPlaybackConfigurationTest.MyAudioPlaybackCallback
477 mConfigs = new ArrayList<AudioPlaybackConfiguration>(); in reset()
493 return mConfigs; in getConfigs()
505 mConfigs = configs; in onPlaybackConfigChanged()
DAudioRecordTest.java917 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
918 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
919 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()
DMediaRecorderTest.java1711 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
1712 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
1713 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()