Searched refs:mAttachedSourceDevicePorts (Results 1 – 2 of 2) sorted by relevance
116 mAttachedSourceDevicePorts.insert(port.id); in ModuleConfig()134 mAttachedSourceDevicePorts.count(port.id) != 0; in getAttachedDevicePorts()164 result.insert(mAttachedSourceDevicePorts.begin(), mAttachedSourceDevicePorts.end()); in getConnectedSourceDevicePorts()444 result.append(android::internal::ToString(mAttachedSourceDevicePorts)); in toString()
205 std::set<int32_t> mAttachedSourceDevicePorts; variable