Searched refs:inResponseStringLen (Results 1 – 1 of 1) sorted by relevance
1463 size_t inResponseStringLen = 0; in Test_MediaKeySession_ProcessMediaKeyResponse() local1480 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()