Searched refs:deviceAddressToHal (Results 1 – 4 of 4) sorted by relevance
31 std::string deviceAddressToHal(const DeviceAddress& address);
146 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()
151 AudioParameter params(String8(deviceAddressToHal(address).c_str())); in setParam()
31 std::string deviceAddressToHal(const DeviceAddress& address) { in deviceAddressToHal() function