Searched refs:utf8_outValue (Results 1 – 1 of 1) sorted by relevance
191 const char *utf8_outValue = NULL; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative() local193 utf8_name, &utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()196 if (NULL != utf8_outValue) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()201 static_cast<const char *>(utf8_outValue)); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()736 const char *utf8_outValue = NULL; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative() local738 "listenerTestSupport", &utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()739 if (status == AMEDIA_OK && NULL != utf8_outValue) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()740 std::string eventType(utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()