Searched refs:kKeyRequestSize (Results 1 – 1 of 1) sorted by relevance
108 static const size_t kKeyRequestSize = sizeof(kKeyRequestData); variable655 if (kKeyRequestSize != keyRequestSize) { in acquireLicense()656 ALOGE("Invalid keyRequestSize %zd", kKeyRequestSize); in acquireLicense()662 if (memcmp(kKeyRequestData, keyRequest, kKeyRequestSize) != 0) { in acquireLicense()