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