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.java316 Session streamSession = mediaCas.openSession(); in testClearKeyApis() local
317 if (streamSession == null) { in testClearKeyApis()
320 streamSession.setPrivateData(pvtData); in testClearKeyApis()
324 descrambler.setMediaCasSession(streamSession); in testClearKeyApis()
357 streamSession.processEcm(ecmData); in testClearKeyApis()
366 streamSession.close(); in testClearKeyApis()
394 Session streamSession = mediaCas.openSession(); in testClearKeySessionClosedAfterRelease() local
395 if (streamSession == null) { in testClearKeySessionClosedAfterRelease()
410 descrambler.setMediaCasSession(streamSession); in testClearKeySessionClosedAfterRelease()
568 Session streamSession = mediaCas.openSession(); in testResourceLostEvent() local
[all …]