Home
last modified time | relevance | path

Searched refs:in_avStreamType (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/tuner/
DTunerFilter.cpp139 ::ndk::ScopedAStatus TunerFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() argument
147 return mFilter->configureAvStreamType(in_avStreamType); in configureAvStreamType()
DTunerFilter.h89 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.h180 ::ndk::ScopedAStatus configureAvStreamType(const AvStreamType& in_avStreamType) override;
DTunerHidlFilter.cpp280 ::ndk::ScopedAStatus TunerHidlFilter::configureAvStreamType(const AvStreamType& in_avStreamType) { in configureAvStreamType() argument
295 if (!getHidlAvStreamType(in_avStreamType, type)) { in configureAvStreamType()