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

Issue 1817093003: Host-side implementation of ARC audio bridge. (Closed)

Created:
4 years, 9 months ago by chinyue
Modified:
4 years, 8 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, droger+watchlist_chromium.org, viettrungluu+watch_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Host-side implementation of ARC audio bridge. BUG=b:26933097 Committed: https://crrev.com/beb9aec573dee671247e92715d706fb54f588889 Cr-Commit-Position: refs/heads/master@{#383926}

Patch Set 1 #

Patch Set 2 : Updated commit message #

Total comments: 10

Patch Set 3 : Removed AudioHost interface, added Extensible to AudioSwitch enum, etc. #

Total comments: 6

Patch Set 4 : Remove unused override and update data type. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -1 line) Patch
M chromeos/audio/cras_audio_handler.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M components/arc.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.h View 1 2 8 chunks +11 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 2 3 chunks +26 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A components/arc/audio/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A components/arc/audio/arc_audio_bridge.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A components/arc/audio/arc_audio_bridge.cc View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
M components/arc/common/arc_bridge.mojom View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
A components/arc/common/audio.mojom View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
elijahtaylor1
https://codereview.chromium.org/1817093003/diff/20001/components/arc/common/audio.mojom File components/arc/common/audio.mojom (right): https://codereview.chromium.org/1817093003/diff/20001/components/arc/common/audio.mojom#newcode18 components/arc/common/audio.mojom:18: Init(AudioHost host_ptr); if you don't have a meaningful Host ...
4 years, 9 months ago (2016-03-23 01:24:55 UTC) #4
Luis Héctor Chávez
https://codereview.chromium.org/1817093003/diff/20001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1817093003/diff/20001/components/arc/arc_bridge_service.cc#newcode410 components/arc/arc_bridge_service.cc:410: CloseAppChannel(); CloseAudioChannel(); https://codereview.chromium.org/1817093003/diff/20001/components/arc/common/audio.mojom File components/arc/common/audio.mojom (right): https://codereview.chromium.org/1817093003/diff/20001/components/arc/common/audio.mojom#newcode8 components/arc/common/audio.mojom:8: enum ...
4 years, 9 months ago (2016-03-23 16:22:13 UTC) #5
jennyz
https://codereview.chromium.org/1817093003/diff/20001/components/arc/audio/arc_audio_bridge.cc File components/arc/audio/arc_audio_bridge.cc (right): https://codereview.chromium.org/1817093003/diff/20001/components/arc/audio/arc_audio_bridge.cc#newcode54 components/arc/audio/arc_audio_bridge.cc:54: } GetDeviceFromId from CrasAudioHandler is more convenient here. It ...
4 years, 9 months ago (2016-03-23 23:50:42 UTC) #6
chinyue
https://codereview.chromium.org/1817093003/diff/20001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1817093003/diff/20001/components/arc/arc_bridge_service.cc#newcode410 components/arc/arc_bridge_service.cc:410: CloseAppChannel(); On 2016/03/23 16:22:13, Luis Héctor Chávez wrote: > ...
4 years, 9 months ago (2016-03-25 09:50:31 UTC) #7
Luis Héctor Chávez
components/arc LGTM with nits. https://codereview.chromium.org/1817093003/diff/40001/components/arc/audio/arc_audio_bridge.cc File components/arc/audio/arc_audio_bridge.cc (right): https://codereview.chromium.org/1817093003/diff/40001/components/arc/audio/arc_audio_bridge.cc#newcode28 components/arc/audio/arc_audio_bridge.cc:28: void ArcAudioBridge::OnAudioInstanceReady() { This method ...
4 years, 9 months ago (2016-03-25 16:08:23 UTC) #8
jennyz
lgtm
4 years, 9 months ago (2016-03-25 21:03:12 UTC) #9
chinyue
https://codereview.chromium.org/1817093003/diff/40001/components/arc/audio/arc_audio_bridge.cc File components/arc/audio/arc_audio_bridge.cc (right): https://codereview.chromium.org/1817093003/diff/40001/components/arc/audio/arc_audio_bridge.cc#newcode28 components/arc/audio/arc_audio_bridge.cc:28: void ArcAudioBridge::OnAudioInstanceReady() { On 2016/03/25 16:08:23, Luis Héctor Chávez ...
4 years, 9 months ago (2016-03-28 08:23:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1817093003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1817093003/60001
4 years, 9 months ago (2016-03-28 08:27:35 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/161108)
4 years, 9 months ago (2016-03-28 08:35:53 UTC) #15
chinyue
On 2016/03/28 08:35:53, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 8 months ago (2016-03-28 14:57:32 UTC) #17
Greg K
On 2016/03/28 14:57:32, chinyue wrote: > On 2016/03/28 08:35:53, commit-bot: I haz the power wrote: ...
4 years, 8 months ago (2016-03-29 19:21:13 UTC) #18
Greg K
On 2016/03/29 19:21:13, Greg Kerr wrote: > On 2016/03/28 14:57:32, chinyue wrote: > > On ...
4 years, 8 months ago (2016-03-29 19:50:13 UTC) #19
Greg K
On 2016/03/29 19:50:13, Greg Kerr wrote: > On 2016/03/29 19:21:13, Greg Kerr wrote: > > ...
4 years, 8 months ago (2016-03-29 20:02:44 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1817093003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1817093003/60001
4 years, 8 months ago (2016-03-30 06:52:01 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-30 07:49:29 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 07:51:39 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/beb9aec573dee671247e92715d706fb54f588889
Cr-Commit-Position: refs/heads/master@{#383926}

Powered by Google App Engine
This is Rietveld 408576698