Searched refs:configureAvStreamType (Results 1 – 8 of 8) sorted by relevance
67 void configureAvStreamType(in AvStreamType avStreamType); in configureAvStreamType() method
101 Result configureAvStreamType(AvStreamType avStreamType);
111 Result FilterClient::configureAvStreamType(AvStreamType avStreamType) { in configureAvStreamType() function in android::FilterClient114 Status s = mTunerFilter->configureAvStreamType(avStreamType); in configureAvStreamType()
87 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
167 ::ndk::ScopedAStatus TunerFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::media::tv::tuner::TunerFilter181 return mFilter->configureAvStreamType(in_avStreamType); in configureAvStreamType()
177 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
291 ::ndk::ScopedAStatus TunerHidlFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::media::tv::tuner::TunerHidlFilter311 HidlResult res = mFilter_1_1->configureAvStreamType(type); in configureAvStreamType()
4002 res = filterClient->configureAvStreamType(streamType); in android_media_tv_Tuner_configure_filter()