Home
last modified time | relevance | path

Searched refs:ComponentInterface (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h57 struct ComponentInterface : public Configurable<IComponentInterface> { struct
58 ComponentInterface(
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp308 ComponentInterface::ComponentInterface( in ComponentInterface() function in hardware::google::media::c2::V1_0::utils::ComponentInterface
316 c2_status_t ComponentInterface::status() const { in status()
DComponentStore.cpp203 interface = new ComponentInterface(c2interface, this); in createInterface()