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