/hardware/interfaces/tv/tuner/1.1/default/ |
D | Filter.cpp | 33 Filter::Filter() {} in Filter() function in android::hardware::tv::tuner::V1_0::implementation::Filter 35 Filter::Filter(DemuxFilterType type, uint64_t filterId, uint32_t bufferSize, in Filter() function in android::hardware::tv::tuner::V1_0::implementation::Filter 81 Filter::~Filter() { in ~Filter() 86 Return<void> Filter::getId64Bit(getId64Bit_cb _hidl_cb) { in getId64Bit() 93 Return<void> Filter::getId(getId_cb _hidl_cb) { in getId() 100 Return<Result> Filter::setDataSource(const sp<V1_0::IFilter>& filter) { in setDataSource() 109 Return<void> Filter::getQueueDesc(getQueueDesc_cb _hidl_cb) { in getQueueDesc() 118 Return<Result> Filter::configure(const DemuxFilterSettings& settings) { in configure() 142 Return<Result> Filter::start() { in start() 188 Return<Result> Filter::stop() { in stop() [all …]
|
D | Filter.h | 52 class Filter : public V1_1::IFilter { 54 Filter(); 56 Filter(DemuxFilterType type, uint64_t filterId, uint32_t bufferSize, 59 ~Filter();
|
D | Demux.h | 46 class Filter; variable 151 std::map<uint64_t, sp<Filter>> mFilters;
|
D | Android.bp | 19 "Filter.cpp",
|
D | Demux.cpp | 68 _hidl_cb(Result::INVALID_ARGUMENT, new Filter()); in openFilter() 72 sp<Filter> filter = new Filter(type, filterId, bufferSize, cb, this); in openFilter()
|
D | Dvr.h | 51 class Filter; variable
|
/hardware/interfaces/tv/tuner/1.0/default/ |
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 154 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 | 16 "Filter.cpp",
|
D | Dvr.h | 55 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/tv/tuner/1.1/ |
D | IFilter.hal | 23 * The Filter is used to filter wanted data according to the filter's 30 * Note that reconfiguring Filter must happen after the Filter is stopped.
|
D | types.hal | 93 * An invalid 64-bit Filter ID. 107 * Extended Demux Filter TS Record Event. 123 * Extended Demux Filter MMTP Record Event. 149 * Extended Demux Filter Event.
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 149 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/wifi/1.5/ |
D | IWifiChip.hal | 255 * Filter Wifi channels that should be avoided due to extreme 266 * Filter based on concurrency state.
|
/hardware/interfaces/tv/tuner/config/api/ |
D | current.txt | 253 public class Filter { 254 ctor public Filter(); 375 …method @Nullable public java.util.List<android.media.tuner.testing.configuration.V1_0.Filter> getF…
|
/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
|
/hardware/interfaces/radio/1.6/ |
D | types.hal | 227 /** Filter direction */
|