History log of /packages/services/Car/service/src/com/android/car/CarProjectionService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
beab135ad81125590461d657baeb5af9a0c15d1a 23-Jun-2017 Gene Karshenboym <genek@google.com> Typo: (un)regsiterProjectionListener() and variants.

Fixed typo in method unregsiterProjectionListener() and related strings.
Added wrapper calls to allow APKs built with previous SDK versions to
call the newly named functions.

bug: 62916428
Test: Local build and flashed to HU.
Change-Id: I53cb4cafb015c789d3c930110a3b04d68de6f0b8
/packages/services/Car/service/src/com/android/car/CarProjectionService.java
2f5348080270ae4c1e7900cdb4e9a1ca9f316d37 28-Feb-2017 Pavel Maltsev <pavelm@google.com> Fixed service binding.

Fix: b/35360913

Test: verified no crashes in car service
Change-Id: Idd14e19593f8cdf78f63fd70de9fc593be09499b
/packages/services/Car/service/src/com/android/car/CarProjectionService.java
d72b53500006e84b0c69e650878267c693c164a3 23-Sep-2016 Jason Tholstrup <jthol@google.com> Many API council fixes.

bug: 31913591
Change-Id: I3a0f9a57ecdccdae6c0b3b98b5bbf9b31733933b
/packages/services/Car/service/src/com/android/car/CarProjectionService.java
c4d442f4a0d3acf90b1c7a1dd7c222a8f32a193f 08-Apr-2016 Yao Chen <yaochen@google.com> Add CarVolumeService

Things added in this cl:
+ Hook up hardware volume keys to CarVolumeService to directly update
volume for current audio context.
+ Added volume control apis in AudioManager, and the real implementation
is done in CarVolumeService
+ The volume updates from car is broadcast to listeners through
IVolumeController api which is already in framework. SystemUI is using
this api to listen to volume changes (through AudioManager).
+ Added new permission for volume controls

Main TODOs left:
+ Multi stream playing at the same time. This can be done through
adjustign software mixer gain on Android side. Utility functions to
compute the gain is added in VolumeUtils, but it's not used yet in
CarVolumeService.

+ Hook up with Settings so per stream volume can be persisted across
multiple boots.

Bug: 27595951

Change-Id: I3a63e423d4e0a347215af65e79926212e4503d1b
/packages/services/Car/service/src/com/android/car/CarProjectionService.java
e11ad3ae2a65614c54e37be0a40a83029edcda73 25-Mar-2016 Pavel Maltsev <pavelm@google.com> Extended h/w key mapping for CarInputService

- refactore mapping to use hash map instead of switch/case (for both performance and readability);
- added more h/w buttons to Kitchen Sink;

Bug:26961808
Change-Id: I8143bebfc5e871659fb63f6af84cfa6e3b1b94e3
/packages/services/Car/service/src/com/android/car/CarProjectionService.java
6e5ee61be4c24ae4d647d687901b7c9670c25899 09-Mar-2016 Vitalii Tomkiv <vitalit@google.com> Add CarProjectionManager and CarProjectionService.

- Allows to bind back to projected app service to boost its prioirity
- Allows to handle voice search requests.

Bug: 19730682, 27107725

Change-Id: Ib5d816964f4329eb21b19f64b50dee4322f187fb
/packages/services/Car/service/src/com/android/car/CarProjectionService.java