Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/default/
Ddtv_plugin.h20 struct dtv_plugin* interface();
27 struct dtv_plugin* interface_;
DFrontend.h67 dtv_plugin* getIptvPluginInterface();
72 dtv_streamer* createIptvPluginStreamer(dtv_plugin* interface, const char* transport_desc);
73 dtv_plugin* createIptvPluginInterface();
95 dtv_plugin* mIptvPluginInterface;
Ddtv_plugin.cpp30 interface_ = (dtv_plugin*)dlsym(module_, "plugin_entry"); in load()
119 struct dtv_plugin* DtvPlugin::interface() { in interface()
Ddtv_plugin_api.h8 struct dtv_plugin { struct
DAndroid.bp26 "dtv_plugin.cpp",
DDemux.h109 void frontendIptvInputThreadLoop(dtv_plugin* interface, dtv_streamer* streamer, void* buf);
DDemux.cpp123 void Demux::frontendIptvInputThreadLoop(dtv_plugin* interface, dtv_streamer* streamer, void* buf) { in frontendIptvInputThreadLoop()
220 dtv_plugin* interface = mFrontend->getIptvPluginInterface(); in setFrontendDataSource()
DFrontend.cpp221 dtv_plugin* Frontend::createIptvPluginInterface() { in createIptvPluginInterface()
232 dtv_streamer* Frontend::createIptvPluginStreamer(dtv_plugin* interface, in createIptvPluginStreamer()
1081 dtv_plugin* Frontend::getIptvPluginInterface() { in getIptvPluginInterface()