Loading system/audio_hal_interface/le_audio_software.cc +6 −2 Original line number Diff line number Diff line Loading @@ -892,8 +892,12 @@ void LeAudioClientInterface::SetAllowedDsaModes(DsaModes dsa_modes) { break; } } if (aidl::le_audio::LeAudioSourceTransport::interface) { aidl::le_audio::LeAudioSourceTransport::interface->SetAllowedLatencyModes( latency_modes); } else { LOG(WARNING) << "LeAudioSourceTransport::interface is null"; } } } Loading Loading
system/audio_hal_interface/le_audio_software.cc +6 −2 Original line number Diff line number Diff line Loading @@ -892,8 +892,12 @@ void LeAudioClientInterface::SetAllowedDsaModes(DsaModes dsa_modes) { break; } } if (aidl::le_audio::LeAudioSourceTransport::interface) { aidl::le_audio::LeAudioSourceTransport::interface->SetAllowedLatencyModes( latency_modes); } else { LOG(WARNING) << "LeAudioSourceTransport::interface is null"; } } } Loading