Home
last modified time | relevance | path

Searched refs:LocalId (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h154 typedef Roster::const_iterator LocalId; typedef
155 LocalId mLocalId;
156 void setLocalId(const LocalId& localId);
DComponentStore.h106 void reportComponentDeath(const Component::LocalId& componentLocalId);
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp294 const Component::LocalId& componentLocalId) { in reportComponentDeath()
302 Component::LocalId it = mComponentRoster.find( in findC2Component()
DComponent.cpp390 void Component::setLocalId(const Component::LocalId& localId) { in setLocalId()