Searched refs:KeyId (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
| D | DrmNdkTest.cpp | 1934 char *KeyId = nullptr; in Test_MediaKeySession_ProcessOfflineReleaseResponse() local 1949 KeyId = new char[KeyIdLen + 1]; in Test_MediaKeySession_ProcessOfflineReleaseResponse() 1950 napi_get_value_string_utf8(env, args[1], KeyId, KeyIdLen + 1, &KeyIdLen); in Test_MediaKeySession_ProcessOfflineReleaseResponse() 1965 if(strcmp(KeyId, "genKey") == 0){ in Test_MediaKeySession_ProcessOfflineReleaseResponse() 1971 }else if (0 != strcmp(KeyId, " ")) { in Test_MediaKeySession_ProcessOfflineReleaseResponse() 1973 splitStringToIntArray(KeyId,keyId_ptr); in Test_MediaKeySession_ProcessOfflineReleaseResponse() 1988 if(keyId_ptr != nullptr && strcmp(KeyId, "genKey") != 0){ in Test_MediaKeySession_ProcessOfflineReleaseResponse() 2004 char *KeyId = nullptr; in Test_MediaKeySession_RestoreOfflineMediaKeys() local 2016 KeyId = new char[KeyIdLen + 1]; in Test_MediaKeySession_RestoreOfflineMediaKeys() 2017 napi_get_value_string_utf8(env, args[1], KeyId, KeyIdLen + 1, &KeyIdLen); in Test_MediaKeySession_RestoreOfflineMediaKeys() [all …]
|