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