Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmClearkeyTest.java431 private void closeSession(MediaDrm drm, byte[] sessionId) { in closeSession() method in MediaDrmClearkeyTest
432 drm.closeSession(sessionId); in closeSession()
471 closeSession(drm, mSessionId); in testClearKeyPlayback()
477 closeSession(drm, mSessionId); in testClearKeyPlayback()
486 closeSession(drm, mSessionId); in testClearKeyPlayback()
539 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
544 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
559 closeSession(drm, mSessionId); in testReleaseOfflineLicense()
601 closeSession(drm, mSessionId); in testQueryKeyStatus()
628 closeSession(drm, mSessionId); in testQueryKeyStatus()
[all …]
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 …]
DMediaDrmMetricsTest.java97 drm.closeSession(sid1); in testGetMetricsSession()
98 drm.closeSession(sid2); in testGetMetricsSession()
155 drm.closeSession(sid); in testGetMetricsGetKeyRequest()
DMediaDrmCodecTest.java140 drm.closeSession(sessionId); in testCryptoError()
196 drm.closeSession(sessionId); in testCryptoErrorLostSessionState()
DMediaDrmCodecBlockModelTest.java133 drm.closeSession(sessionId); in runDecodeShortEncryptedVideo()
DMediaDrmTest.java79 drm.closeSession(sid); in testGetLogMessages()
/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.java345 closeSession(); in testCameraDeviceCreateCaptureBuilder()
371 closeSession(); in testCameraDeviceSetErrorListener()
449 closeSession(); in testInvalidCapture()
1690 closeSession(); in runCaptureTest()
1875 closeSession(); in prepareCapture()
2593 closeSession(); in captureTemplateTestByCamera()
2645 protected void closeSession() { in closeSession() method in CameraDeviceTest
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1441 void closeSession() { in closeSession() function in PreviewTestCase
1740 closeSession(); in resetWithErrorLog()
2682 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()
2701 testCase.closeSession(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java1143 drm.closeSession(sid); in testMediaDrmAtoms()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt23263 method public void closeSession(@NonNull byte[]);