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()
139 ::ndk::ScopedAStatus TunerFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::media::tv::tuner::TunerFilter147 return mFilter->configureAvStreamType(in_avStreamType); in configureAvStreamType()
89 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
180 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
280 ::ndk::ScopedAStatus TunerHidlFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::media::tv::tuner::TunerHidlFilter300 HidlResult res = mFilter_1_1->configureAvStreamType(type); in configureAvStreamType()
4337 res = filterClient->configureAvStreamType(streamType); in android_media_tv_Tuner_configure_filter()