Searched refs:utf8_outValue (Results 1 – 1 of 1) sorted by relevance
228 const char *utf8_outValue = NULL; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative() local230 utf8_name, &utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()233 if (NULL != utf8_outValue) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()238 static_cast<const char *>(utf8_outValue)); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testGetPropertyStringNative()773 const char *utf8_outValue = NULL; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative() local775 "listenerTestSupport", &utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()776 if (status == AMEDIA_OK && NULL != utf8_outValue) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()777 std::string eventType(utf8_outValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testClearKeyPlaybackNative()