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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DConfigurable.h96 * can derive from `Configurable<I>`.
99 struct Configurable : public I { struct in namespace:hardware::google::media::c2::V1_0::utils
100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) { function in struct:hardware::google::media::c2::V1_0::utils::Configurable
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h42 * - Configurable
50 * - Codec2Client::Configurable <==> [No equivalent] <==> IConfigurable
62 * Configurable object. Note, however, that Interface, Component and
63 * Codec2Client are all subclasses of Configurable.
118 // This class is supposed to be called Codec2Client::Configurable, but forward
163 typedef Codec2ConfigurableClient Configurable; typedef in struct:android::Codec2Client
165 typedef Configurable Interface; // These two types may diverge in the future.
272 struct Codec2Client::Component : public Codec2Client::Configurable {
279 std::shared_ptr<Configurable>* configurable);
392 std::shared_ptr<Configurable> getConfigurabl
[all...]

Completed in 42 milliseconds