Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1804)

Unified Diff: device/bluetooth/bluetooth_audio_sink.cc

Issue 768493006: device/bluetooth: Add Bluetooth Audio Sink base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_audio_sink.cc
diff --git a/device/serial/buffer.cc b/device/bluetooth/bluetooth_audio_sink.cc
similarity index 60%
copy from device/serial/buffer.cc
copy to device/bluetooth/bluetooth_audio_sink.cc
index 2756d9fc59eb222fea7b3f779ce8226df8b4537a..4936b358057925f867fc4fc062a4905ca530d194 100644
--- a/device/serial/buffer.cc
+++ b/device/bluetooth/bluetooth_audio_sink.cc
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/serial/buffer.h"
+#include "device/bluetooth/bluetooth_audio_sink.h"
namespace device {
-ReadOnlyBuffer::~ReadOnlyBuffer() {
+BluetoothAudioSink::BluetoothAudioSink() {
}
-WritableBuffer::~WritableBuffer() {
+BluetoothAudioSink::~BluetoothAudioSink() {
}
armansito 2014/12/02 19:20:19 You'll need to provide definitions for AudioSinkOp
Miao 2014/12/03 20:06:38 Done.
+
} // namespace device
« device/bluetooth/bluetooth_audio_sink.h ('K') | « device/bluetooth/bluetooth_audio_sink.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698