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

Issue 768493006: device/bluetooth: Add Bluetooth Audio Sink base class. (Closed)

Created:
6 years ago by Miao
Modified:
6 years ago
Reviewers:
armansito, Ben Chan
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

device/bluetooth: Add Bluetooth Audio Sink base class. This CL adds the base class for Bluetooth Audio Sink. BUG=429016 Committed: https://crrev.com/f9c8af1a6d4b00b558649095d5589765224bc466 Cr-Commit-Position: refs/heads/master@{#307142}

Patch Set 1 #

Total comments: 44

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -0 lines) Patch
M device/bluetooth/BUILD.gn View 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth.gyp View 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_audio_sink.h View 1 2 3 4 5 6 7 8 9 1 chunk +101 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_audio_sink.cc View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
Miao
6 years ago (2014-12-02 09:21:59 UTC) #2
armansito
https://codereview.chromium.org/768493006/diff/1/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (left): https://codereview.chromium.org/768493006/diff/1/device/bluetooth/bluetooth_audio_sink.cc#oldcode13 device/bluetooth/bluetooth_audio_sink.cc:13: } You'll need to provide definitions for AudioSinkOptions ctor/dtor ...
6 years ago (2014-12-02 19:20:20 UTC) #3
Miao
https://codereview.chromium.org/768493006/diff/1/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (left): https://codereview.chromium.org/768493006/diff/1/device/bluetooth/bluetooth_audio_sink.cc#oldcode13 device/bluetooth/bluetooth_audio_sink.cc:13: } On 2014/12/02 19:20:19, armansito wrote: > You'll need ...
6 years ago (2014-12-03 20:06:39 UTC) #4
armansito
https://codereview.chromium.org/768493006/diff/20001/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (right): https://codereview.chromium.org/768493006/diff/20001/device/bluetooth/bluetooth_audio_sink.cc#newcode10 device/bluetooth/bluetooth_audio_sink.cc:10: : codec(0x00), capabilities({0x3f, 0xff, 0x12, 0x35}) { Why this ...
6 years ago (2014-12-03 20:14:12 UTC) #5
Miao
https://codereview.chromium.org/768493006/diff/20001/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (right): https://codereview.chromium.org/768493006/diff/20001/device/bluetooth/bluetooth_audio_sink.cc#newcode10 device/bluetooth/bluetooth_audio_sink.cc:10: : codec(0x00), capabilities({0x3f, 0xff, 0x12, 0x35}) { On 2014/12/03 ...
6 years ago (2014-12-03 22:56:29 UTC) #6
armansito
Mostly nits. Almost there :) https://codereview.chromium.org/768493006/diff/40001/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (right): https://codereview.chromium.org/768493006/diff/40001/device/bluetooth/bluetooth_audio_sink.cc#newcode9 device/bluetooth/bluetooth_audio_sink.cc:9: BluetoothAudioSink::Options::Options() { nit: Use ...
6 years ago (2014-12-03 23:34:53 UTC) #7
Miao
https://codereview.chromium.org/768493006/diff/40001/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (right): https://codereview.chromium.org/768493006/diff/40001/device/bluetooth/bluetooth_audio_sink.cc#newcode9 device/bluetooth/bluetooth_audio_sink.cc:9: BluetoothAudioSink::Options::Options() { On 2014/12/03 23:34:52, armansito wrote: > nit: ...
6 years ago (2014-12-04 02:34:06 UTC) #8
armansito
lgtm with one nit. Also, you'll need to add the DEVICE_BLUETOOTH_EXPORT macro to your class ...
6 years ago (2014-12-04 06:24:00 UTC) #9
Miao
https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.cc File device/bluetooth/bluetooth_audio_sink.cc (right): https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.cc#newcode24 device/bluetooth/bluetooth_audio_sink.cc:24: : codec(0x00), capabilities({0x3f, 0xff, 0x12, 0x35}) { On 2014/12/04 ...
6 years ago (2014-12-05 00:20:42 UTC) #10
Ben Chan
https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.h File device/bluetooth/bluetooth_audio_sink.h (right): https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.h#newcode17 device/bluetooth/bluetooth_audio_sink.h:17: // TODO(mcchou): Define a BluetoothAudioSink specific socket stream abstraction. ...
6 years ago (2014-12-05 00:24:49 UTC) #11
Miao
https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.h File device/bluetooth/bluetooth_audio_sink.h (right): https://codereview.chromium.org/768493006/diff/60001/device/bluetooth/bluetooth_audio_sink.h#newcode17 device/bluetooth/bluetooth_audio_sink.h:17: // TODO(mcchou): Define a BluetoothAudioSink specific socket stream abstraction. ...
6 years ago (2014-12-05 00:36:36 UTC) #12
Ben Chan
lgtm
6 years ago (2014-12-05 00:38:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768493006/100001
6 years ago (2014-12-05 18:40:59 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/23544)
6 years ago (2014-12-05 18:47:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768493006/120001
6 years ago (2014-12-05 19:52:23 UTC) #19
armansito
https://codereview.chromium.org/768493006/diff/120001/device/bluetooth/bluetooth_audio_sink.h File device/bluetooth/bluetooth_audio_sink.h (right): https://codereview.chromium.org/768493006/diff/120001/device/bluetooth/bluetooth_audio_sink.h#newcode26 device/bluetooth/bluetooth_audio_sink.h:26: class BluetoothAudioSink : public base::RefCounted<BluetoothAudioSink> { Add the DEVICE_BLUETOOTH_EXPORT ...
6 years ago (2014-12-05 20:04:27 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768493006/140001
6 years ago (2014-12-05 20:20:31 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg/builds/40206)
6 years ago (2014-12-05 21:14:58 UTC) #26
Miao
https://codereview.chromium.org/768493006/diff/120001/device/bluetooth/bluetooth_audio_sink.h File device/bluetooth/bluetooth_audio_sink.h (right): https://codereview.chromium.org/768493006/diff/120001/device/bluetooth/bluetooth_audio_sink.h#newcode26 device/bluetooth/bluetooth_audio_sink.h:26: class BluetoothAudioSink : public base::RefCounted<BluetoothAudioSink> { On 2014/12/05 20:04:27, ...
6 years ago (2014-12-05 22:39:42 UTC) #29
Miao
6 years ago (2014-12-05 22:39:44 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768493006/180001
6 years ago (2014-12-06 00:46:50 UTC) #32
commit-bot: I haz the power
Committed patchset #10 (id:180001)
6 years ago (2014-12-06 01:51:10 UTC) #33
commit-bot: I haz the power
6 years ago (2014-12-06 01:51:41 UTC) #34
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f9c8af1a6d4b00b558649095d5589765224bc466
Cr-Commit-Position: refs/heads/master@{#307142}

Powered by Google App Engine
This is Rietveld 408576698