/hardware/interfaces/tv/tuner/1.0/default/ |
D | Filter.cpp | 31 Filter::Filter() {} in Filter() function in android::hardware::tv::tuner::V1_0::implementation::Filter 33 Filter::Filter(DemuxFilterType type, uint32_t filterId, uint32_t bufferSize, in Filter() function in android::hardware::tv::tuner::V1_0::implementation::Filter 74 Filter::~Filter() {} in ~Filter() 76 Return<void> Filter::getId(getId_cb _hidl_cb) { in getId() 83 Return<Result> Filter::setDataSource(const sp<IFilter>& filter) { in setDataSource() 92 Return<void> Filter::getQueueDesc(getQueueDesc_cb _hidl_cb) { in getQueueDesc() 101 Return<Result> Filter::configure(const DemuxFilterSettings& settings) { in configure() 124 Return<Result> Filter::start() { in start() 130 Return<Result> Filter::stop() { in stop() 140 Return<Result> Filter::flush() { in flush() [all …]
|
D | Filter.h | 51 class Filter : public IFilter { 53 Filter(); 55 Filter(DemuxFilterType type, uint32_t filterId, uint32_t bufferSize, 58 ~Filter();
|
D | Demux.h | 51 class Filter; variable 153 std::map<uint32_t, sp<Filter>> mFilters;
|
D | Demux.cpp | 65 _hidl_cb(Result::INVALID_ARGUMENT, new Filter()); in openFilter() 69 sp<Filter> filter = new Filter(type, filterId, bufferSize, cb, this); in openFilter()
|
D | Android.bp | 7 "Filter.cpp",
|
D | Dvr.h | 48 class Filter; variable
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 1697 * Filter Main Type specifies the protocol that the filter use to extract data 1725 * TS Filter Type according to ISO/IEC 13818-1 1773 * MMTP Filter Type according to ISO/IEC 23008-1 1816 * IP Filter Type. 1848 * TLV Filter Type according to ITU-R BT.1869. 1871 * ALP Filter Type according to A/330 ATSC3.0. 1893 * Demux Filter Type. 1937 * An invalid Filter ID. 2052 * Filter Settings for Record data. 2068 * Bits Settings for Section Filter. [all …]
|
D | ITimeFilter.hal | 20 * Timer Filter is used by Demux to filter data based on time stamp. 78 * Close the Time Filter instance
|
D | IFilter.hal | 22 * The Filter is used to filter wanted data according to the filter's 149 * Release the Filter instance 151 * It is used by the client to release the Filter instance. HAL clear
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 148 void Filter(std::function<bool(const KeyParameter&)> doKeep);
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 698 * NAN Service Response Filter Attribute Bit. 1039 * NAN Spec: matching_filter_tx and Service Descriptor Attribute (SDA) / Matching Filter 1144 * Filter (SRF) attribute is populated. Relevant only if |shouldUseSrf| is set to true. 1145 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / SRF Type 1152 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / Include 1156 * Control whether the Service Response Filter (SRF) is used. 1158 * Service Response Filter Present 1169 * NAN Interface Addresses constituting the Service Response Filter (SRF). 1171 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / Address Set 1417 * NAN Spec: Service Descriptor Attribute (SDA) / Matching Filter
|
D | IWifiStaIface.hal | 32 * APF (Android Packet Filter) is a BPF like packet filtering
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TestConfigurations.h | 86 } Filter; typedef
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 100 * @param filter Filter to apply on the fetched program list.
|
/hardware/interfaces/keymaster/4.0/support/ |
D | authorization_set.cpp | 132 void AuthorizationSet::Filter(std::function<bool(const KeyParameter&)> doKeep) { in Filter() function in android::hardware::keymaster::V4_0::AuthorizationSet
|