Home
last modified time | relevance | path

Searched refs:inResponseString (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1464 char *inResponseString = nullptr; in Test_MediaKeySession_ProcessMediaKeyResponse() local
1481 inResponseString = new char[inResponseStringLen + 1]; in Test_MediaKeySession_ProcessMediaKeyResponse()
1482 …napi_get_value_string_utf8(env, args[1], inResponseString, inResponseStringLen + 1, &inResponseStr… in Test_MediaKeySession_ProcessMediaKeyResponse()
1504 if(strcmp(inResponseString, "genResponse") == 0){ in Test_MediaKeySession_ProcessMediaKeyResponse()
1511 }else if (strcmp(inResponseString, " ") != 0) { in Test_MediaKeySession_ProcessMediaKeyResponse()
1513 splitStringToIntArray(inResponseString,response_ptr); in Test_MediaKeySession_ProcessMediaKeyResponse()
1528 if((response_ptr != nullptr) && (strcmp(inResponseString, "genResponse") != 0)){ in Test_MediaKeySession_ProcessMediaKeyResponse()