Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h121 typedef ::android::hardware::media::c2::V1_0::IConfigurable HidlBase; typedef
149 explicit Codec2ConfigurableClient(const sp<HidlBase> &hidlBase);
184 typedef HidlBase1_0 HidlBase; typedef
202 sp<HidlBase> const& getHidlBase() const;
278 sp<HidlBase> const& base,
279 sp<Codec2ConfigurableClient::HidlBase> const& configurable,
332 typedef ::android::hardware::media::c2::V1_0::IComponentInterface HidlBase; typedef
335 Interface(const sp<HidlBase>& base);
339 sp<HidlBase> mHidlBase;
387 typedef HidlBase1_0 HidlBase; typedef
[all …]
/frameworks/av/media/codec2/hal/client/
Dclient.cpp802 Codec2ConfigurableClient::Codec2ConfigurableClient(const sp<HidlBase> &hidlBase) in Codec2ConfigurableClient()
1140 Codec2Client::Codec2Client(sp<HidlBase> const& base, in Codec2Client()
1169 sp<Codec2Client::HidlBase> const& Codec2Client::getHidlBase() const { in getHidlBase()
1501 HidlSimpleParamReflector(sp<HidlBase> base) in getParamReflector()
1504 sp<HidlBase> mBase; in getParamReflector()
1673 sp<HidlBase> baseStore = HidlBase::getService(name); in _CreateFromIndex()
1876 Codec2Client::Interface::Interface(const sp<HidlBase>& base) in Interface()
1970 Codec2Client::Component::Component(const sp<HidlBase>& base) in Component()