Loading bluetooth/audio/utils/aidl_session/BluetoothAudioSession.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -431,9 +431,11 @@ void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) { std::shared_ptr<PortStatusCallbacks> callback = observer.second; LOG(INFO) << __func__ << " - allowed=" << (allowed ? " allowed" : " disallowed"); if (callback->low_latency_mode_allowed_cb_ != nullptr) { callback->low_latency_mode_allowed_cb_(cookie, allowed); } } } bool BluetoothAudioSession::GetPresentationPosition( PresentationPosition& presentation_position) { Loading Loading
bluetooth/audio/utils/aidl_session/BluetoothAudioSession.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -431,9 +431,11 @@ void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) { std::shared_ptr<PortStatusCallbacks> callback = observer.second; LOG(INFO) << __func__ << " - allowed=" << (allowed ? " allowed" : " disallowed"); if (callback->low_latency_mode_allowed_cb_ != nullptr) { callback->low_latency_mode_allowed_cb_(cookie, allowed); } } } bool BluetoothAudioSession::GetPresentationPosition( PresentationPosition& presentation_position) { Loading