Searched refs:dtv_plugin (Results 1 – 8 of 8) sorted by relevance
20 struct dtv_plugin* interface();27 struct dtv_plugin* interface_;
67 dtv_plugin* getIptvPluginInterface();72 dtv_streamer* createIptvPluginStreamer(dtv_plugin* interface, const char* transport_desc);73 dtv_plugin* createIptvPluginInterface();95 dtv_plugin* mIptvPluginInterface;
30 interface_ = (dtv_plugin*)dlsym(module_, "plugin_entry"); in load()119 struct dtv_plugin* DtvPlugin::interface() { in interface()
8 struct dtv_plugin { struct
26 "dtv_plugin.cpp",
109 void frontendIptvInputThreadLoop(dtv_plugin* interface, dtv_streamer* streamer, void* buf);
123 void Demux::frontendIptvInputThreadLoop(dtv_plugin* interface, dtv_streamer* streamer, void* buf) { in frontendIptvInputThreadLoop()220 dtv_plugin* interface = mFrontend->getIptvPluginInterface(); in setFrontendDataSource()
221 dtv_plugin* Frontend::createIptvPluginInterface() { in createIptvPluginInterface()232 dtv_streamer* Frontend::createIptvPluginStreamer(dtv_plugin* interface, in createIptvPluginStreamer()1081 dtv_plugin* Frontend::getIptvPluginInterface() { in getIptvPluginInterface()