Merge "Use parens to fix output" am: dfdcdaf09d am: 0b907b4638

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1982346

Change-Id: Ic09bcb3f04e8fd5c8663aa3ffdd7f7c1ef8be82a
This commit is contained in:
Treehugger Robot
2022-02-12 08:13:53 +00:00
committed by Automerger Merge Worker

View File

@@ -426,8 +426,8 @@ void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) {
for (auto& observer : observers_) {
uint16_t cookie = observer.first;
std::shared_ptr<PortStatusCallbacks> callback = observer.second;
LOG(INFO) << __func__ << " - allowed="
<< allowed ? " allowed" : " disallowed";
LOG(INFO) << __func__
<< " - allowed=" << (allowed ? " allowed" : " disallowed");
callback->low_latency_mode_allowed_cb_(cookie, allowed);
}
}
@@ -599,4 +599,4 @@ BluetoothAudioSessionInstance::GetSessionInstance(
} // namespace bluetooth
} // namespace hardware
} // namespace android
} // namespace aidl
} // namespace aidl