Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp2894 case FrontendStatus::Tag::iptvContentUrl: { in getFrontendStatus()
2896 std::string iptvContentUrl = s.get<FrontendStatus::Tag::iptvContentUrl>(); in getFrontendStatus() local
2897 ScopedLocalRef iptvContentUrlUtf8(env, env->NewStringUTF(iptvContentUrl.c_str())); in getFrontendStatus()