Searched refs:keyResponse (Results 1 – 3 of 3) sorted by relevance
43 const std::string& keyResponse);
251 const char* keyResponse = key.c_str(); in invokeDrmDecryptEncryptAPI() local254 reinterpret_cast<const uint8_t*>(keyResponse), in invokeDrmDecryptEncryptAPI()255 sizeof(keyResponse), &keySetId); in invokeDrmDecryptEncryptAPI()
251 Vector<uint8_t> keyResponse = {}; in invokeDrmDecryptEncryptAPI() local252 keyResponse.appendArray(data, size); in invokeDrmDecryptEncryptAPI()254 mDrm->provideKeyResponse(mSessionId, keyResponse, keySetId); in invokeDrmDecryptEncryptAPI()