Searched refs:mAttachedSinkDevicePorts (Results 1 – 2 of 2) sorted by relevance
119 mAttachedSinkDevicePorts.insert(port.id); in ModuleConfig()137 return mAttachedSinkDevicePorts.count(port.id) != 0 || in getAttachedDevicePorts()154 result.insert(mAttachedSinkDevicePorts.begin(), mAttachedSinkDevicePorts.end()); in getConnectedSinkDevicePorts()404 result.append(android::internal::ToString(mAttachedSinkDevicePorts)); in toString()
192 std::set<int32_t> mAttachedSinkDevicePorts; variable