Searched defs:Codec2Client (Results 1 – 2 of 2) sorted by relevance
128 struct Codec2Client : public Codec2ConfigurableClient { struct144 typedef Codec2Client Store; argument221 static std::shared_ptr<Codec2Client> _CreateFromIndex(size_t index); argument228 struct Codec2Client::Interface : public Codec2Client::Configurable { argument
515 Codec2Client::Codec2Client(const sp<IComponentStore>& base, in Codec2Client() function in android::Codec2Client