• Home
  • History
  • Annotate
  • only in /frameworks/native/services/audiomanager/
History log of /frameworks/native/services/audiomanager/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6108105064f935ccd1ff15485700cc8c3328e456 14-Feb-2017 Andy Hung <hunga@google.com> VolumeShaper: Add to native IPlayer interface

Test: Check proper ducking
Bug: 31015569
Change-Id: I679b32a3adbf8ec56bafa20c8479c7645b3d59fa
Player.cpp
1c76277338e832384aa734c55436b97837771a15 01-Feb-2017 Jean-Michel Trivi <jmtrivi@google.com> IPlayer interface: resync with Java interface definition

Add pan and start delay methods in IPlayer native definition

Test: adb shell clpac 0, then control pan/vol of an SL player
Bug 30258418

Change-Id: Ifebdfe5c7e376b3bf183ae00dfcc3d8041de21c0
Player.cpp
63189325cc429140b14885061eb67d9c771b96a4 06-Jan-2017 Jean-Michel Trivi <jmtrivi@google.com> Native IPlayer interface

Native definition for the IPlayer interface.
Use types instead of int wherever applicable in IAudioManager.

Test: run OpenSL ES app and then dumpsys audio
Bug 30258418

Change-Id: I5b4686a7da4e88413439abfe2613206ed4773f7a
ndroid.bp
AudioManager.cpp
Player.cpp
0008a48aadba9d59b1d72586224d0a5afb9fb684 27-Dec-2016 Jean-Michel Trivi <jmtrivi@google.com> Native interface to AudioService

Implement a native interface to communicate with
AudioService implemented in Java
Define transaction IDs for all methods, but comment
out the ones for the methods that are not implemented.
Implement the methods for PlayerBase tracking.

Test: make, related SL ES test coming
Bug: 30955183

Change-Id: I9f9bbad7c07743cdd8957cf5b8b151a8aead53b3
ndroid.bp
AudioManager.cpp