Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp68 static constexpr size_t kUuidSize = 16; variable
70 static const uint8_t kClearKeyUuid[kUuidSize] = {
116 return (uuid.size() == kUuidSize); in isUuidSizeValid()
186 "invalid UUID size, expected %u bytes", kUuidSize); in isCryptoSchemeSupportedNative()
218 "invalid UUID size, expected %u bytes", kUuidSize); in testGetPropertyStringNative()
262 "invalid UUID size, expected %u bytes", kUuidSize); in testPropertyByteArrayNative()
313 "invalid UUID size, expected %u bytes", kUuidSize); in testPsshNative()
697 "invalid UUID size, expected %u bytes", kUuidSize); in testClearKeyPlaybackNative()
837 "invalid UUID size, expected %u bytes", kUuidSize); in testQueryKeyStatusNative()
930 "invalid UUID size, expected %u bytes", kUuidSize); in testFindSessionIdNative()
[all …]