Searched defs:Codec2Client (Results 1 – 2 of 2) sorted by relevance
136 struct Codec2Client : public Codec2ConfigurableClient { struct154 typedef Codec2Client Store; argument250 std::function<c2_status_t(std::shared_ptr<Codec2Client> const&)> argument259 static std::shared_ptr<Codec2Client> _CreateFromIndex(size_t index); argument266 struct Codec2Client::Interface : public Codec2Client::Configurable { argument
602 Codec2Client::Codec2Client(sp<Base> const& base, in Codec2Client() function in android::Codec2Client