Home
last modified time | relevance | path

Searched refs:mAttachedSinkDevicePorts (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp119 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()
DModuleConfig.h192 std::set<int32_t> mAttachedSinkDevicePorts; variable