Searched refs:licenseIdBuf (Results 1 – 4 of 4) sorted by relevance
207 … const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(licenseIdSize)); in ProcessOfflineReleaseRequest() local208 if (licenseIdBuf == nullptr) { in ProcessOfflineReleaseRequest()212 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessOfflineReleaseRequest()240 const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(licenseIdSize)); in ProcessOfflineReleaseResponse() local241 if (licenseIdBuf == nullptr) { in ProcessOfflineReleaseResponse()245 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessOfflineReleaseResponse()288 … const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(licenseIdSize)); in ProcessRestoreOfflineMediaKey() local289 if (licenseIdBuf == nullptr) { in ProcessRestoreOfflineMediaKey()293 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessRestoreOfflineMediaKey()
339 … const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(licenseIdSize)); in ProcessGetOfflineMediaKeyStatus() local340 if (licenseIdBuf == nullptr) { in ProcessGetOfflineMediaKeyStatus()344 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessGetOfflineMediaKeyStatus()365 … const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(data.ReadUnpadBuffer(licenseIdSize)); in ProcessRemoveOfflineMediaKey() local366 if (licenseIdBuf == nullptr) { in ProcessRemoveOfflineMediaKey()370 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessRemoveOfflineMediaKey()
197 … const uint8_t *licenseIdBuf = static_cast<const uint8_t *>(reply.ReadUnpadBuffer(licenseIdSize)); in ProcessMediaKeyResponse() local198 if (licenseIdBuf == nullptr) { in ProcessMediaKeyResponse()202 licenseId.assign(licenseIdBuf, licenseIdBuf + licenseIdSize); in ProcessMediaKeyResponse()
395 const uint8_t *licenseIdBuf = in GetOfflineMediaKeyIds() local397 if (licenseIdBuf == nullptr) { in GetOfflineMediaKeyIds()401 std::copy(licenseIdBuf, licenseIdBuf + licenseIdSize, licenseIds[i].begin()); in GetOfflineMediaKeyIds()