Home
last modified time | relevance | path

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

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