Home
last modified time | relevance | path

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

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