Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java193 md.closeSession(sessionId); in testOpenCloseSession()
205 md.closeSession(sessionId); in testBadSession()
221 md.closeSession(sessionId); in testNullSession()
261 md.closeSession(sessionId); in testGetKeyRequest()
293 md.closeSession(sessionId); in testGetKeyRequestNoOptionalParameters()
325 md.closeSession(sessionId); in testGetKeyRequestOffline()
354 md.closeSession(sessionId); in testGetKeyRequestRelease()
371 md.closeSession(sessionId); in testProvideKeyResponse()
384 md.closeSession(sessionId); in testRemoveKeys()
399 md.closeSession(sessionId); in testRestoreKeys()
[all …]
DMediaDrmClearkeyTest.java357 private void closeSession(MediaDrm drm, byte[] sessionId) { in closeSession() method in MediaDrmClearkeyTest
358 drm.closeSession(sessionId); in closeSession()
395 closeSession(drm, mSessionId); in testClearKeyPlayback()
401 closeSession(drm, mSessionId); in testClearKeyPlayback()
410 closeSession(drm, mSessionId); in testClearKeyPlayback()
456 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
461 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
476 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
517 closeSession(drm, mSessionId); in testQueryKeyStatus()
543 closeSession(drm, mSessionId); in testQueryKeyStatus()
[all …]
DMediaDrmMetricsTest.java94 drm.closeSession(sid1); in testGetMetricsSession()
95 drm.closeSession(sid2); in testGetMetricsSession()
151 drm.closeSession(sid); in testGetMetricsGetKeyRequest()
DMediaCodecTest.java1817 drm.closeSession(sessionId); in testCryptoError()
2017 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.java332 closeSession(); in testCameraDeviceCreateCaptureBuilder()
356 closeSession(); in testCameraDeviceSetErrorListener()
427 closeSession(); in testInvalidCapture()
1657 closeSession(); in runCaptureTest()
1842 closeSession(); in prepareCapture()
2544 closeSession(); in captureTemplateTestByCamera()
2596 protected void closeSession() { in closeSession() method in CameraDeviceTest
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1194 void closeSession() { in closeSession() function in PreviewTestCase
1471 closeSession(); in resetWithErrorLog()
2253 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()
2272 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()