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