History log of /system/media/brillo/audio/audioservice/brillo_audio_client.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e088a7ae832fe6607b2b76f6d0adf53e1932695 27-Jul-2016 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy performance warnings in audioservice.

* Use const reference type for parameters and
for-loop index variables to avoid unnecessary copy.

Bug: 30407689
Bug: 30413223
Change-Id: Ie99f89ee67de9f2ace61f0971cd4a1820617f7d4
Test: build with WITH_TIDY=1
/system/media/brillo/audio/audioservice/brillo_audio_client.cpp
2bb3192c769ec59becef0a5cd14b8747296aed7a 19-Apr-2016 Ralph Nathan <ralphnathan@google.com> brillo: Add volume control to client library.

BUG=28246583
TEST=unittests

Change-Id: Ia78f608c8f01aaae5f284d23e34f673efb300aa3
/system/media/brillo/audio/audioservice/brillo_audio_client.cpp
005f6b52cae79dedc78a9a82fe9139a8790d6ec5 14-Apr-2016 Ralph Nathan <ralphnathan@google.com> brillo: Add tests for client library.

This CL adds unit tests for for the brillo audio client and manager. It
also provides a mock for the brilloaudioservice.

BUG=27844397
TEST=all unittests pass

Change-Id: Ieab85af69bd39a3d69d8ffc96cefabe5a2ab9df2
/system/media/brillo/audio/audioservice/brillo_audio_client.cpp
f62bd48233c49636780ba87137ea8219f85805d2 11-Apr-2016 Ralph Nathan <ralphnathan@google.com> brillo: Remove client library to aps communication.

The client library for brilloaudioservice should not communicate with
the audio policy service. It now communicates with the
brilloaudioservice which then calls the audio policy service.

BUG=27945090,27945589
TEST=none

Change-Id: Ie9a95f15dee5ac2625910a579ec72fbd27410af4
/system/media/brillo/audio/audioservice/brillo_audio_client.cpp
8f559cd8c8fbd6122591a5ee1d665c54a9fd8549 16-Feb-2016 Ralph Nathan <ralphnathan@google.com> brillo: Add client library for brilloaudioservice.

Add a client library so that developers can talk to the Brillo audio
service. This CL provides support for device enumeration on Brillo.

BUG=26938282
BUG=26938132
TEST=unit tests

Change-Id: Id3f99f8511ea550f5691da623a0d3a796f00f9da
/system/media/brillo/audio/audioservice/brillo_audio_client.cpp