History log of /frameworks/wilhelm/src/itf/IAndroidConfiguration.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6084538d63e114a52228ee289cbea81eb6f704f6 05-Apr-2018 Eric Laurent <elaurent@google.com> add mixxing "break" in IAndroidConfiguration_GetConfiguration

Bug: 77499077
Test: slesTest_playStreamType
Change-Id: I0b3cdbab61a4bfaa6531244b691501490e6aeb1c
/frameworks/wilhelm/src/itf/IAndroidConfiguration.cpp
046ff4d5970911dc55b265d8441b49d05b10d0b6 08-Mar-2016 Glenn Kasten <gkasten@google.com> Line length <= 100

Test: builds OK
Change-Id: I2e2d83f0548ce6c38008b53f741812f64e167d3f
/frameworks/wilhelm/src/itf/IAndroidConfiguration.cpp
67213e9075e0c51ed39142553facae586295dcaa 15-Jan-2017 Jean-Michel Trivi <jmtrivi@google.com> OpenSL ES AudioTrack-based player implements IPlayer

Encapsulate the AudioTrack object inside a container for
it along with an implementation of IPlayer.
Note that at this point the piid and audiomanager reference
are still stored respectively in CAudioPlayer and Engine,
only for PLAYER_TYPE_SLES_AUDIOPLAYER_URI_FD players, to be
consolidated inside GenericPlayer class.

Test: use vendor/google_toolbox/team/audio/cmds/ClPlaybackActivity
Bug 30258418

Change-Id: I88163b05fa1b962b166c5dc33da018ee320ab70a
/frameworks/wilhelm/src/itf/IAndroidConfiguration.cpp
5a4ced0f2f153380d984826f82c26c7507273b66 18-Oct-2016 Colin Cross <ccross@android.com> Rename .c files compiled as c++ to .cpp

Compiling .c files as .cpp with -x c++ -std=c++11 is delicate, rename
the .c files to .cpp instead.

Also fix some other makefile issues:
Use LOCAL_EXPORT_C_INCLUDE_DIRS and LOCAL_EXPORT_SHARED_LIBRARY_HEADERS
instead of $(call include-path-for,...), which is deprecated.
Remove LOCAL_MODULE_TAGS := optional, that is the default.

Test: mma -j
Change-Id: I482be683abb4dffbb46fb4d1af07a5ec8fcfb908
/frameworks/wilhelm/src/itf/IAndroidConfiguration.cpp