Searched refs:configureAvStreamType (Results 1 – 10 of 10) sorted by relevance
64 void configureAvStreamType(in int 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
145 Result FilterClient::configureAvStreamType(AvStreamType avStreamType) { in configureAvStreamType() function in android::FilterClient156 Status s = mTunerFilter->configureAvStreamType(type); in configureAvStreamType()161 return mFilter_1_1->configureAvStreamType(avStreamType); in configureAvStreamType()
172 Result configureAvStreamType(AvStreamType avStreamType);
85 configureAvStreamType(AvStreamType avStreamType) generates (Result result);
231 status = filter_v1_1->configureAvStreamType(type); in configAvFilterStreamType()
103 Status configureAvStreamType(int avStreamType) override;
176 Status TunerFilter::configureAvStreamType(int avStreamType) { in configureAvStreamType() function in android::TunerFilter187 Result res = mFilter_1_1->configureAvStreamType(type); in configureAvStreamType()
3779 res = filterClient->configureAvStreamType(streamType); in android_media_tv_Tuner_configure_filter()