HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceKey (Results 1 - 3 of 3) sorted by null

  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Component.h 124 struct InterfaceKey {
125 // An InterfaceKey is constructed from IComponent.
126 InterfaceKey(const sp<IComponent>& component);
128 // std::less<InterfaceKey>, which will be used in type Roster defined
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/
Component.cpp 407 Component::InterfaceKey::InterfaceKey(const sp<IComponent>& component) {
ComponentStore.cpp 184 Component::InterfaceKey(component),
303 Component::InterfaceKey(component));

Completed in 222 milliseconds