Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h124 struct InterfaceKey { struct
126 InterfaceKey(const sp<IComponent>& component);
130 bool operator<(const InterfaceKey& other) const {
153 typedef std::map<InterfaceKey, std::weak_ptr<C2Component>> Roster;
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp185 Component::InterfaceKey(component), in createComponent()
305 Component::InterfaceKey(component)); in findC2Component()
DComponent.cpp666 Component::InterfaceKey::InterfaceKey(const sp<IComponent>& component) { in InterfaceKey() function in hardware::google::media::c2::V1_0::utils::Component::InterfaceKey