Searched refs:mServiceConfig (Results 1 – 2 of 2) sorted by relevance
204 : mBusStreamProvider(busStreamProvider), mServiceConfig(serviceConfig) {} in DeviceImpl()278 const auto configIt = mServiceConfig.streams.find(address); in openOutputStreamImpl()279 if (configIt == mServiceConfig.streams.end()) { in openOutputStreamImpl()333 const auto configIt = mServiceConfig.streams.find(address); in openOutputStream()334 if (configIt == mServiceConfig.streams.end()) { in openOutputStream()452 return mServiceConfig.streams.count(busAddress) > 0 ? Result::OK in setConnectedState()
157 const ServiceConfig& mServiceConfig; variable