Searched refs:utf8_outValue (Results 1 – 1 of 1) sorted by relevance
230 const char *utf8_outValue = NULL; in testGetPropertyStringNative() local232 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() local777 "listenerTestSupport", &utf8_outValue); in testClearKeyPlaybackNative()778 if (status == AMEDIA_OK && NULL != utf8_outValue) { in testClearKeyPlaybackNative()779 std::string eventType(utf8_outValue); in testClearKeyPlaybackNative()