History log of /system/media/brillo/audio/audioservice/audio_service_callback.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/audio_service_callback.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/audio_service_callback.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/audio_service_callback.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/audio_service_callback.cpp