Lines Matching refs:address
266 std::string address; in openOutputStreamImpl() local
270 address = "default"; in openOutputStreamImpl()
272 address = device.address.id(); in openOutputStreamImpl()
278 const auto configIt = mServiceConfig.streams.find(address); in openOutputStreamImpl()
286 address, *aidlConfig, *outputFlags, in openOutputStreamImpl()
323 std::string address; in openOutputStream() local
325 address = "default"; in openOutputStream()
327 address = device.busAddress; in openOutputStream()
333 const auto configIt = mServiceConfig.streams.find(address); in openOutputStream()
342 address, aidlConfig, static_cast<int32_t>(flags), in openOutputStream()
431 Return<Result> DeviceImpl::setConnectedState(const DeviceAddress& address, in setConnectedState() argument
435 if (!audio_device_from_string(address.deviceType.c_str(), &deviceType)) { in setConnectedState()
443 const auto& busAddress = address.address.id(); in setConnectedState()
445 if (address.device != AudioDevice::OUT_BUS) { in setConnectedState()
449 const auto& busAddress = address.busAddress; in setConnectedState()