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

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h43 * - Interface
51 * - Codec2Client::Interface <==> C2ComponentInterface <==> IComponentInterface
55 * Codec2Client object. From Codec2Client, Interface and Component objects can
62 * Configurable object. Note, however, that Interface, Component and
165 typedef Configurable Interface; // These two types may diverge in the future. typedef in struct:android::Codec2Client
184 std::shared_ptr<Interface>* const interface);
210 static std::shared_ptr<Interface> CreateInterfaceByName(
/hardware/google/av/codec2/vndk/
H A DC2Store.cpp587 struct Interface : public C2InterfaceHelper { struct in class:android::C2PlatformComponentStore
590 Interface(std::shared_ptr<C2ReflectorHelper> reflector) function in struct:android::C2PlatformComponentStore::Interface
639 Interface mInterface;

Completed in 89 milliseconds