Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h122 typedef ::aidl::android::hardware::media::c2::IConfigurable AidlBase; typedef
150 explicit Codec2ConfigurableClient(const std::shared_ptr<AidlBase> &aidlBase);
186 typedef ::aidl::android::hardware::media::c2::IComponentStore AidlBase; typedef
282 std::shared_ptr<AidlBase> const& base,
283 std::shared_ptr<Codec2ConfigurableClient::AidlBase> const& configurable,
290 std::shared_ptr<AidlBase> mAidlBase;
333 typedef ::aidl::android::hardware::media::c2::IComponentInterface AidlBase; typedef
336 Interface(const std::shared_ptr<AidlBase>& base);
340 std::shared_ptr<AidlBase> mAidlBase;
389 typedef ::aidl::android::hardware::media::c2::IComponent AidlBase; typedef
[all …]
/frameworks/av/media/codec2/hal/client/
Dclient.cpp807 const std::shared_ptr<AidlBase> &aidlBase) in Codec2ConfigurableClient()
1156 Codec2Client::Codec2Client(std::shared_ptr<AidlBase> const& base, in Codec2Client()
1524 AidlSimpleParamReflector(const std::shared_ptr<AidlBase> &base) in getParamReflector()
1527 std::shared_ptr<AidlBase> mBase; in getParamReflector()
1543 AidlBase::descriptor, &names, [](const char *name, void *context) { in CacheServiceNames()
1653 ::android::base::StringPrintf("%s/%s", AidlBase::descriptor, name.c_str()); in _CreateFromIndex()
1655 std::shared_ptr<AidlBase> baseStore = AidlBase::fromBinder( in _CreateFromIndex()
1889 Codec2Client::Interface::Interface(const std::shared_ptr<AidlBase>& base) in Interface()
1930 void unlinkToDeath(size_t seq, const std::shared_ptr<AidlBase> &base) { in unlinkToDeath()
2039 Codec2Client::Component::Component(const std::shared_ptr<AidlBase> &base) in Component()