Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp88 ComponentInterface::ComponentInterface( in ComponentInterface() function in android::hardware::media::c2::V1_0::utils::ComponentInterface
96 c2_status_t ComponentInterface::status() const { in status()
100 Return<sp<IConfigurable>> ComponentInterface::getConfigurable() { in getConfigurable()
DAndroid.bp56 "ComponentInterface.cpp",
DComponentStore.cpp190 interface = new ComponentInterface(c2interface, this); in createInterface()
DComponent.cpp207 mInterface{new ComponentInterface(component->intf(), store.get())},
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentInterface.h45 struct ComponentInterface : public IComponentInterface { struct
46 ComponentInterface(
DComponent.h112 sp<ComponentInterface> mInterface;