Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp230 const char *utf8_outValue = NULL; in testGetPropertyStringNative() local
232 utf8_name, &utf8_outValue); in testGetPropertyStringNative()
235 if (NULL != utf8_outValue) { in testGetPropertyStringNative()
240 static_cast<const char *>(utf8_outValue)); in testGetPropertyStringNative()
775 const char *utf8_outValue = NULL; in testClearKeyPlaybackNative() local
777 "listenerTestSupport", &utf8_outValue); in testClearKeyPlaybackNative()
778 if (status == AMEDIA_OK && NULL != utf8_outValue) { in testClearKeyPlaybackNative()
779 std::string eventType(utf8_outValue); in testClearKeyPlaybackNative()