Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java268 Session streamSession = mediaCas.openSession(); in testClearKeyApis() local
269 if (streamSession == null) { in testClearKeyApis()
272 streamSession.setPrivateData(pvtData); in testClearKeyApis()
276 descrambler.setMediaCasSession(streamSession); in testClearKeyApis()
306 streamSession.processEcm(ecmData); in testClearKeyApis()
315 streamSession.close(); in testClearKeyApis()
343 Session streamSession = mediaCas.openSession(); in testClearKeySessionClosedAfterRelease() local
344 if (streamSession == null) { in testClearKeySessionClosedAfterRelease()
359 descrambler.setMediaCasSession(streamSession); in testClearKeySessionClosedAfterRelease()