Searched refs:configureAvStreamType (Results 1 – 11 of 11) sorted by relevance
41 void configureAvStreamType(in android.hardware.tv.tuner.AvStreamType avStreamType); in configureAvStreamType() method
77 void configureAvStreamType(in AvStreamType avStreamType); in configureAvStreamType() method
85 virtual Return<Result> configureAvStreamType(const V1_1::AvStreamType& avStreamType) override;
281 Return<Result> Filter::configureAvStreamType(const V1_1::AvStreamType& avStreamType) { in configureAvStreamType() function in android::hardware::tv::tuner::V1_0::implementation::Filter
115 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
473 ::ndk::ScopedAStatus Filter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::hardware::tv::tuner::Filter
85 configureAvStreamType(AvStreamType avStreamType) generates (Result result);
236 status = filter_v1_1->configureAvStreamType(type); in configAvFilterStreamType()
248 status = mFilters[filterId]->configureAvStreamType(type); in configAvFilterStreamType()