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

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h40 * Codec2Client is the main class that contains the following inner classes:
46 * Classes in Codec2Client, interfaces in Codec2.0, and HIDL interfaces are
48 * - Codec2Client <==> C2ComponentStore <==> IComponentStore
49 * - Codec2Client::Listener <==> C2Component::Listener <==> IComponentListener
50 * - Codec2Client::Configurable <==> [No equivalent] <==> IConfigurable
51 * - Codec2Client::Interface <==> C2ComponentInterface <==> IComponentInterface
52 * - Codec2Client::Component <==> C2Component <==> IComponent
54 * The entry point is Codec2Client::CreateFromService(), which creates a
55 * Codec2Client object. From Codec2Client, Interfac
157 struct Codec2Client : public Codec2ConfigurableClient { struct in namespace:android
[all...]
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp18 #define LOG_TAG "Codec2Client"
72 std::shared_ptr<Codec2Client>,
81 std::shared_ptr<Codec2Client> getClient(size_t index) {
82 return Codec2Client::CreateFromService(kClientNames[index]);
333 // Codec2Client
335 Codec2Client::Base* Codec2Client::base() const {
339 Codec2Client::Codec2Client(const sp<Codec2Client function in class:android::Codec2Client
[all...]

Completed in 97 milliseconds