Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.1/default/
DFilter.h208 DemuxFilterEvent createDownloadEvent();
DFilter.cpp157 mCallback->onFilterEvent(createDownloadEvent()); in start()
1095 DemuxFilterEvent Filter::createDownloadEvent() { in createDownloadEvent() function in android::hardware::tv::tuner::V1_0::implementation::Filter
/hardware/interfaces/tv/tuner/aidl/default/
DFilter.h239 void createDownloadEvent(vector<DemuxFilterEvent>&);
DFilter.cpp342 createDownloadEvent(events); in start()
1366 void Filter::createDownloadEvent(vector<DemuxFilterEvent>& events) { in createDownloadEvent() function in aidl::android::hardware::tv::tuner::Filter