Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp131 Uuid juuid; in jbyteArrayToUuid() local
132 juuid.resize(0); in jbyteArrayToUuid()
134 juuid = jbyteArrayToVector(env, uuid); in jbyteArrayToUuid()
136 return juuid; in jbyteArrayToUuid()
181 Uuid juuid = jbyteArrayToUuid(env, uuid); in isCryptoSchemeSupportedNative() local
182 if (isUuidSizeValid(juuid)) { in isCryptoSchemeSupportedNative()
183 return AMediaDrm_isCryptoSchemeSupported(&juuid[0], NULL); in isCryptoSchemeSupportedNative()
215 Uuid juuid = jbyteArrayToUuid(env, uuid); in testGetPropertyStringNative() local
216 if (!isUuidSizeValid(juuid)) { in testGetPropertyStringNative()
223 aMediaObjects.setDrm(AMediaDrm_createByUUID(&juuid[0])); in testGetPropertyStringNative()
[all …]