summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/media
Commit message (Expand)AuthorAgeFilesLines
* Stop active media projections on user switch.Michael Wright2015-02-061-0/+5
* Notify the system of all remote volume changesRoboErik2015-01-162-8/+16
* Don't unmute when trying to show volume UI. DO NOT MERGERoboErik2015-01-072-10/+11
* DO NOT MERGE Fix typoSungsoo Lim2015-01-051-4/+4
* DO NOT MERGE Make mute/unmute workSungsoo Lim2015-01-051-2/+6
* MediaSession: unmute stream when adjusting volumeEric Laurent2014-12-192-11/+35
* Route mute key events through MediaSessionServiceRoboErik2014-12-052-15/+53
* Tweak the behavior of the MediaSessionStackRoboErik2014-12-022-4/+35
* Fix binder equality checkRoboErik2014-11-211-1/+2
* Handle volume events on master volume devices correctlyRoboErik2014-11-182-2/+19
* Use the suggested stream if it's currently activeRoboErik2014-11-111-1/+12
* Add missing passive discovery flag automerge: 4444c5bJason Monk2014-10-281-1/+2
|\
| * Add missing passive discovery flagJason Monk2014-10-271-1/+2
* | Qualify private outer call in MediaProjectionManagerService.John Spurlock2014-10-201-1/+1
|/
* Don't call size on a null metadataRoboErik2014-10-151-1/+3
* Ensure metadata bundles are unparceled before making them availableRoboErik2014-10-081-7/+11
* Send volume keys to the default stream if not actually playingRoboErik2014-09-291-2/+11
* Be more paranoid about threading in MediaSessionRecordRoboErik2014-09-291-9/+29
* Don't forward media keys to the app if the phone session is activeRoboErik2014-09-262-0/+9
* Clear the volume cache for all inactive state transitionsRoboErik2014-09-241-2/+2
* Monitor MediaRouter for remote display connections.Michael Wright2014-09-191-0/+37
* Route volume commands whenever media stream is in useRoboErik2014-09-141-1/+3
* Change callback methods from add to register.Michael Wright2014-09-111-3/+3
* send volume button events to adjustSuggestedStream instead of adjustStreamRoboErik2014-09-052-5/+16
* Don't play a sound when adjusting volume while telephony is activeRoboErik2014-09-021-1/+1
* Update to MediaBrowser APIs per council feedbackRoboErik2014-08-281-6/+7
* QS: Wire up screen casting to tile/panel.John Spurlock2014-08-251-2/+1
* Api updates to MediaSession componentsRoboErik2014-08-203-10/+13
* Remove incomplete media router API. (DO NOT MERGE)Jeff Brown2014-08-191-17/+0
* Add callbacks for MediaProjection start / stop.Michael Wright2014-08-171-46/+299
* Merge "Pipe caller's identity through volume methods" into lmp-devRoboErik2014-08-132-9/+18
|\
| * Pipe caller's identity through volume methodsRoboErik2014-08-142-9/+18
* | Add an onSessionDestroyed callback to MediaController.CallbackRoboErik2014-08-131-0/+37
|/
* Merge "Fix registering global priority sessions" into lmp-devRoboErik2014-08-112-23/+4
|\
| * Fix registering global priority sessionsRoboErik2014-08-112-23/+4
* | Remove sessions listeners that are disabledRoboErik2014-08-112-3/+63
|/
* Allow media projections to create public presentations.Michael Wright2014-08-071-12/+21
* Add display metadata and change strings to CharSequencesRoboErik2014-08-051-3/+3
* Add getPackageName to MediaControllerRoboErik2014-07-252-19/+33
* Expose a way to set a PendingIntent for restarting playbackRoboErik2014-07-252-37/+63
* Finish plumbing for launch intents in sessionsRoboErik2014-07-251-0/+12
* Added Action to PlaybackStateGabriel Peal2014-07-231-4/+18
* Added QueueState, playUri, and playFromSearch.Gabriel Peal2014-07-231-9/+157
* Switch Session APIs over to AudioAttributesRoboErik2014-07-231-32/+35
* Move return out of debug conditionalRoboErik2014-07-221-1/+1
* Add MediaProjection APIs.Michael Wright2014-07-171-0/+329
* Change adjustVolumeBy to adjustVolumeRoboErik2014-07-162-48/+26
* Make PlaybackState immutable with a builderRoboErik2014-07-141-4/+7
* Initial draft of new MediaRouter APIs.Jeff Brown2014-07-141-0/+17
* Delete first draft of media routing APIs.Jeff Brown2014-07-146-1253/+9