Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp148 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()
DModuleConfig.h207 std::set<int32_t> mConnectedExternalSinkDevicePorts; variable