Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp121 mExternalDevicePorts.insert(port.id); in ModuleConfig()
173 [&](const auto& port) { return mExternalDevicePorts.count(port.id) != 0; }); in getExternalDevicePorts()
446 result.append(android::internal::ToString(mExternalDevicePorts)); in toString()
DModuleConfig.h206 std::set<int32_t> mExternalDevicePorts; variable