Home
last modified time | relevance | path

Searched refs:HidlBase1_2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h183 typedef ::android::hardware::media::c2::V1_2::IComponentStore HidlBase1_2; typedef
205 sp<HidlBase1_2> const& getHidlBase1_2() const;
289 sp<HidlBase1_2> mHidlBase1_2;
386 typedef ::android::hardware::media::c2::V1_2::IComponent HidlBase1_2; typedef
507 Component(const sp<HidlBase1_2>& base);
515 sp<HidlBase1_2> mHidlBase1_2;
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1146 mHidlBase1_2{HidlBase1_2::castFrom(base)},
1181 sp<Codec2Client::HidlBase1_2> const& Codec2Client::getHidlBase1_2() const { in getHidlBase1_2()
1988 mHidlBase1_2{HidlBase1_2::castFrom(base)},
2011 mHidlBase1_2{HidlBase1_2::castFrom(base)},
2016 Codec2Client::Component::Component(const sp<HidlBase1_2>& base) in Component()