Home
last modified time | relevance | path

Searched refs:Filter (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DFilter.cpp31 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 …]
DFilter.h51 class Filter : public IFilter {
53 Filter();
55 Filter(DemuxFilterType type, uint32_t filterId, uint32_t bufferSize,
58 ~Filter();
DDemux.h51 class Filter; variable
153 std::map<uint32_t, sp<Filter>> mFilters;
DDemux.cpp65 _hidl_cb(Result::INVALID_ARGUMENT, new Filter()); in openFilter()
69 sp<Filter> filter = new Filter(type, filterId, bufferSize, cb, this); in openFilter()
DAndroid.bp7 "Filter.cpp",
DDvr.h48 class Filter; variable
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal1697 * 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 …]
DITimeFilter.hal20 * Timer Filter is used by Demux to filter data based on time stamp.
78 * Close the Time Filter instance
DIFilter.hal22 * 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/
Dauthorization_set.h148 void Filter(std::function<bool(const KeyParameter&)> doKeep);
/hardware/interfaces/wifi/1.0/
Dtypes.hal698 * 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
DIWifiStaIface.hal32 * APF (Android Packet Filter) is a BPF like packet filtering
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h86 } Filter; typedef
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal100 * @param filter Filter to apply on the fetched program list.
/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp132 void AuthorizationSet::Filter(std::function<bool(const KeyParameter&)> doKeep) { in Filter() function in android::hardware::keymaster::V4_0::AuthorizationSet