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.h128 struct Codec2Client : public Codec2ConfigurableClient { struct
144 typedef Codec2Client Store; argument
221 static std::shared_ptr<Codec2Client> _CreateFromIndex(size_t index); argument
228 struct Codec2Client::Interface : public Codec2Client::Configurable { argument
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp515 Codec2Client::Codec2Client(const sp<IComponentStore>& base, in Codec2Client() function in android::Codec2Client