Searched refs:mExternalDevicePorts (Results 1 – 2 of 2) sorted by relevance
121 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()
206 std::set<int32_t> mExternalDevicePorts; variable