Searched refs:mConnectedExternalSinkDevicePorts (Results 1 – 2 of 2) sorted by relevance
148 return mConnectedExternalSinkDevicePorts.count(port.id) != 0 || in getConnectedExternalDevicePorts()157 result.insert(mConnectedExternalSinkDevicePorts.begin(), in getConnectedSinkDevicePorts()158 mConnectedExternalSinkDevicePorts.end()); in getConnectedSinkDevicePorts()571 mConnectedExternalSinkDevicePorts.insert(port.id); in onExternalDeviceConnected()584 mConnectedExternalSinkDevicePorts.erase(port.id); in onExternalDeviceDisconnected()
207 std::set<int32_t> mConnectedExternalSinkDevicePorts; variable