Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h157 using ConnectedDevicePorts = std::map<int32_t, std::set<int32_t>>; variable
166 ConnectedDevicePorts mConnectedDevicePorts;
240 const ConnectedDevicePorts& getConnectedDevicePorts() const { return mConnectedDevicePorts; } in getConnectedDevicePorts()