Home
last modified time | relevance | path

Searched defs:Codec2Client (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h136 struct Codec2Client : public Codec2ConfigurableClient { struct
154 typedef Codec2Client Store; argument
250 std::function<c2_status_t(std::shared_ptr<Codec2Client> const&)> argument
259 static std::shared_ptr<Codec2Client> _CreateFromIndex(size_t index); argument
266 struct Codec2Client::Interface : public Codec2Client::Configurable { argument
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp602 Codec2Client::Codec2Client(sp<Base> const& base, in Codec2Client() function in android::Codec2Client