Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/default/
DFrontend.h96 string mIptvTransportDescription; variable
DFrontend.cpp281 mIptvTransportDescription = "{ \"uri\": \"" + content_url + "\"}"; in tune()
282 ALOGI("[ INFO ] transport_desc: %s", mIptvTransportDescription.c_str()); in tune()
284 mIptvPluginInterface->validate(mIptvTransportDescription.c_str()); in tune()
293 createIptvPluginStreamer(mIptvPluginInterface, mIptvTransportDescription.c_str()); in tune()
1086 return mIptvTransportDescription; in getIptvTransportDescription()