Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DNativeMediaDrmClearkeyTest.java220 … UUID drmSchemeUuid, String mimeType, /*String initDataType,*/ Uri audioUrl, Uri videoUrl, in testClearKeyPlayback() argument
227 if (!isCryptoSchemeSupportedNative(uuidByteArray(drmSchemeUuid))) { in testClearKeyPlayback()
244 uuidByteArray(drmSchemeUuid), params)) { in testClearKeyPlayback()
DMediaDrmClearkeyTest.java283 final UUID drmSchemeUuid, int keyType) { in startDrm() argument
284 if (!MediaDrm.isCryptoSchemeSupported(drmSchemeUuid)) { in startDrm()
303 mDrm = new MediaDrm(drmSchemeUuid); in startDrm()
439 UUID drmSchemeUuid, in testClearKeyPlayback() argument
452 final boolean hasDrm = !scrambled && drmSchemeUuid != null; in testClearKeyPlayback()
454 drm = startDrm(clearKeyIds, initDataType, drmSchemeUuid, keyType); in testClearKeyPlayback()