Home
last modified time | relevance | path

Searched refs:configureAvStreamType (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DIFilter.aidl41 void configureAvStreamType(in android.hardware.tv.tuner.AvStreamType avStreamType); in configureAvStreamType() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DIFilter.aidl41 void configureAvStreamType(in android.hardware.tv.tuner.AvStreamType avStreamType); in configureAvStreamType() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DIFilter.aidl41 void configureAvStreamType(in android.hardware.tv.tuner.AvStreamType avStreamType); in configureAvStreamType() method
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DIFilter.aidl77 void configureAvStreamType(in AvStreamType avStreamType); in configureAvStreamType() method
/hardware/interfaces/tv/tuner/1.1/default/
DFilter.h85 virtual Return<Result> configureAvStreamType(const V1_1::AvStreamType& avStreamType) override;
DFilter.cpp281 Return<Result> Filter::configureAvStreamType(const V1_1::AvStreamType& avStreamType) { in configureAvStreamType() function in android::hardware::tv::tuner::V1_0::implementation::Filter
/hardware/interfaces/tv/tuner/aidl/default/
DFilter.h115 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
DFilter.cpp473 ::ndk::ScopedAStatus Filter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() function in aidl::android::hardware::tv::tuner::Filter
/hardware/interfaces/tv/tuner/1.1/
DIFilter.hal85 configureAvStreamType(AvStreamType avStreamType) generates (Result result);
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFilterTests.cpp236 status = filter_v1_1->configureAvStreamType(type); in configAvFilterStreamType()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFilterTests.cpp248 status = mFilters[filterId]->configureAvStreamType(type); in configAvFilterStreamType()