Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DConversions.h31 std::string deviceAddressToHal(const DeviceAddress& address);
DDevice.impl.h146 halConfig.channel_mask, deviceAddressToHal(device).c_str()); in openOutputStream()
150 &halStream, deviceAddressToHal(device).c_str()); in openOutputStream()
173 halConfig.channel_mask, deviceAddressToHal(device).c_str(), in openInputStream()
177 static_cast<audio_input_flags_t>(flags), deviceAddressToHal(device).c_str(), in openInputStream()
DParametersUtil.impl.h151 AudioParameter params(String8(deviceAddressToHal(address).c_str())); in setParam()
DConversions.impl.h31 std::string deviceAddressToHal(const DeviceAddress& address) { in deviceAddressToHal() function