Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaDrmClearkeyTest.java411 private void closeSession(MediaDrm drm, byte[] sessionId) { in closeSession() method in MediaDrmClearkeyTest
412 drm.closeSession(sessionId); in closeSession()
451 closeSession(drm, mSessionId); in testClearKeyPlayback()
457 closeSession(drm, mSessionId); in testClearKeyPlayback()
466 closeSession(drm, mSessionId); in testClearKeyPlayback()
518 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
523 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
538 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
580 closeSession(drm, mSessionId); in testQueryKeyStatus()
606 closeSession(drm, mSessionId); in testQueryKeyStatus()
[all …]
DMediaDrmMetricsTest.java97 drm.closeSession(sid1); in testGetMetricsSession()
98 drm.closeSession(sid2); in testGetMetricsSession()
155 drm.closeSession(sid); in testGetMetricsGetKeyRequest()
DMediaDrmTest.java55 md.closeSession(null); in testSingleScheme()
80 drm.closeSession(sid); in testGetLogMessages()
DMediaCodecBlockModelTest.java534 drm.closeSession(sessionId); in runDecodeShortEncryptedVideo()
DMediaCodecTest.java2004 drm.closeSession(sessionId); in testCryptoError()
2204 drm.closeSession(sessionId); in testCryptoErrorLostSessionState()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp162 FAIL_CHECK(cas->closeSession(session1) == Status::OK); in main()
192 FAIL_CHECK(cas->closeSession(session2) == Status::OK); in main()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java339 closeSession(); in testCameraDeviceCreateCaptureBuilder()
364 closeSession(); in testCameraDeviceSetErrorListener()
441 closeSession(); in testInvalidCapture()
1679 closeSession(); in runCaptureTest()
1864 closeSession(); in prepareCapture()
2582 closeSession(); in captureTemplateTestByCamera()
2634 protected void closeSession() { in closeSession() method in CameraDeviceTest
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1338 void closeSession() { in closeSession() function in PreviewTestCase
1623 closeSession(); in resetWithErrorLog()
2525 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()
2544 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()