Home
last modified time | relevance | path

Searched refs:closeSession (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java187 md.closeSession(sessionId); in testOpenCloseSession()
199 md.closeSession(sessionId); in testBadSession()
215 md.closeSession(sessionId); in testNullSession()
255 md.closeSession(sessionId); in testGetKeyRequest()
287 md.closeSession(sessionId); in testGetKeyRequestNoOptionalParameters()
319 md.closeSession(sessionId); in testGetKeyRequestOffline()
348 md.closeSession(sessionId); in testGetKeyRequestRelease()
365 md.closeSession(sessionId); in testProvideKeyResponse()
378 md.closeSession(sessionId); in testRemoveKeys()
393 md.closeSession(sessionId); in testRestoreKeys()
[all …]
DMediaDrmClearkeyTest.java317 private void closeSession(MediaDrm drm, byte[] sessionId) { in closeSession() method in MediaDrmClearkeyTest
318 drm.closeSession(sessionId); in closeSession()
430 closeSession(drm, mSessionId); in testClearKeyPlayback()
468 closeSession(drm, mSessionId); in testQueryKeyStatus()
491 closeSession(drm, mSessionId); in testQueryKeyStatus()
740 closeSession(drm, mSessionId); in testGetNumberOfSessions()
796 drm.closeSession(sessionId); in testSecurityLevels()
803 drm.closeSession(sessionId); in testSecurityLevels()
815 drm.closeSession(sessionId); in testSecurityLevels()
823 drm.closeSession(sessionId); in testSecurityLevels()
[all …]
DMediaDrmMetricsTest.java94 drm.closeSession(sid1); in testGetMetricsSession()
95 drm.closeSession(sid2); in testGetMetricsSession()
151 drm.closeSession(sid); in testGetMetricsGetKeyRequest()
DMediaCodecTest.java1803 drm.closeSession(sessionId); in testCryptoError()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java336 closeSession(); in testCameraDeviceCreateCaptureBuilder()
360 closeSession(); in testCameraDeviceSetErrorListener()
431 closeSession(); in testInvalidCapture()
1644 closeSession(); in runCaptureTest()
1829 closeSession(); in prepareCapture()
2522 closeSession(); in captureTemplateTestByCamera()
2574 protected void closeSession() { in closeSession() method in CameraDeviceTest
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp832 void closeSession() { in closeSession() function in PreviewTestCase
1023 closeSession(); in resetWithErrorLog()
1728 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()
1747 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()