Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1463 size_t inResponseStringLen = 0; in Test_MediaKeySession_ProcessMediaKeyResponse() local
1480 napi_get_value_string_utf8(env, args[1], nullptr, 0, &inResponseStringLen); in Test_MediaKeySession_ProcessMediaKeyResponse()
1481 inResponseString = new char[inResponseStringLen + 1]; in Test_MediaKeySession_ProcessMediaKeyResponse()
1482 …get_value_string_utf8(env, args[1], inResponseString, inResponseStringLen + 1, &inResponseStringLe… in Test_MediaKeySession_ProcessMediaKeyResponse()
1512 response_ptr = (uint8_t *)malloc(inResponseStringLen); in Test_MediaKeySession_ProcessMediaKeyResponse()