Searched refs:InterfaceKey (Results 1 – 3 of 3) sorted by relevance
124 struct InterfaceKey { struct126 InterfaceKey(const sp<IComponent>& component);130 bool operator<(const InterfaceKey& other) const {153 typedef std::map<InterfaceKey, std::weak_ptr<C2Component>> Roster;
185 Component::InterfaceKey(component), in createComponent()305 Component::InterfaceKey(component)); in findC2Component()
666 Component::InterfaceKey::InterfaceKey(const sp<IComponent>& component) { in InterfaceKey() function in hardware::google::media::c2::V1_0::utils::Component::InterfaceKey