Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp149 mConnectedExternalSourceDevicePorts.count(port.id) != 0; in getConnectedExternalDevicePorts()
165 result.insert(mConnectedExternalSourceDevicePorts.begin(), in getConnectedSourceDevicePorts()
166 mConnectedExternalSourceDevicePorts.end()); in getConnectedSourceDevicePorts()
569 mConnectedExternalSourceDevicePorts.insert(port.id); in onExternalDeviceConnected()
582 mConnectedExternalSourceDevicePorts.erase(port.id); in onExternalDeviceDisconnected()
DModuleConfig.h208 std::set<int32_t> mConnectedExternalSourceDevicePorts; variable