Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h182 typedef ::android::hardware::media::c2::V1_1::IComponentStore HidlBase1_1; typedef
204 sp<HidlBase1_1> const& getHidlBase1_1() const;
288 sp<HidlBase1_1> mHidlBase1_1;
385 typedef ::android::hardware::media::c2::V1_1::IComponent HidlBase1_1; typedef
506 Component(const sp<HidlBase1_1>& base);
514 sp<HidlBase1_1> mHidlBase1_1;
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1145 mHidlBase1_1{HidlBase1_1::castFrom(base)},
1177 sp<Codec2Client::HidlBase1_1> const& Codec2Client::getHidlBase1_1() const { in getHidlBase1_1()
1987 mHidlBase1_1{HidlBase1_1::castFrom(base)},
1993 Codec2Client::Component::Component(const sp<HidlBase1_1>& base) in Component()