Loading system/audio_bluetooth_hw/stream_apis.cc +0 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,6 @@ static ssize_t out_write(struct audio_stream_out* stream, const void* buffer, if (stream->resume(stream)) { LOG(ERROR) << __func__ << ": state=" << out->bluetooth_output_.GetState() << " failed to resume"; lock.unlock(); usleep(kBluetoothDefaultOutputBufferMs * 1000); return totalWritten; } Loading Loading
system/audio_bluetooth_hw/stream_apis.cc +0 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,6 @@ static ssize_t out_write(struct audio_stream_out* stream, const void* buffer, if (stream->resume(stream)) { LOG(ERROR) << __func__ << ": state=" << out->bluetooth_output_.GetState() << " failed to resume"; lock.unlock(); usleep(kBluetoothDefaultOutputBufferMs * 1000); return totalWritten; } Loading