summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IAudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* IAudioFlinger: fix the missing initialization of variable to ensure no info l...Wei Jia2015-09-281-1/+1
* IAudioFlinger: always initialize variables to ensure no info leak when writin...Wei Jia2015-09-281-11/+11
* IAudioFlinger: clear config before reading it from parcel.Wei Jia2015-09-281-10/+20
* audio flinger: do not call JAVA services until system is readyEric Laurent2015-05-201-1/+13
* AudioRecord keeps track of UIDJean-Michel Trivi2015-05-051-1/+4
* Fix build.Dianne Hackborn2015-04-291-1/+1
* Respect the record audio app op - mediaSvet Ganov2015-04-291-4/+9
* IAudioFlinger: add checks on binder callsEric Laurent2015-04-021-10/+36
* namespace does not need a closing semicolonGlenn Kasten2015-03-231-1/+1
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-10/+8
* Fix crash from the this == NULL change.Dan Albert2014-10-181-3/+5
* AudioSystem: add API to query audio HW sync sourceEric Laurent2014-08-061-1/+18
* rename AudioSystem::newAudioSessionId()Eric Laurent2014-07-281-3/+3
* AudioFlinger: update openInput() and openOutput()Eric Laurent2014-07-281-119/+82
* Move AudioRecord frame count calculations to serverGlenn Kasten2014-07-171-1/+2
* Add audio_input_flags_t to IAudioFlinger::openInputGlenn Kasten2014-07-171-2/+6
* IAudioFlinger::openRecord now suggests notificationFramesGlenn Kasten2014-07-031-0/+8
* IAudioFlinger interface extension for patch panelEric Laurent2014-05-271-1/+171
* IAudioFlinger::openRecord returns IMemory(s)Glenn Kasten2014-05-091-4/+30
* resolved conflicts for merge of 47c888a9 to masterGlenn Kasten2014-05-021-14/+14
|\
| * When passing a size_t via binder, use 64-bits unconditionallyGlenn Kasten2014-02-131-10/+10
* | Update commentsGlenn Kasten2014-03-261-0/+2
* | Merge "Use symbol AUDIO_DEVICE_NONE from <system/audio.h>"Glenn Kasten2014-03-261-2/+2
|\ \
| * | Use symbol AUDIO_DEVICE_NONE from <system/audio.h>Glenn Kasten2014-03-251-2/+2
* | | Document AudioSystem::newAudioSessionId() failuresGlenn Kasten2014-03-251-1/+1
|/ /
* | Remove name output parameter from createTrackGlenn Kasten2014-03-141-5/+1
* | Rename setStreamOutput to invalidateStreamGlenn Kasten2014-02-281-8/+6
* | Fix warning due to incorrect log formatGlenn Kasten2014-02-181-1/+1
* | Track pid for each sessionMarco Nelissen2014-02-111-4/+8
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-3/+3
|\ \ | |/
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-4/+4
| * Assign blame for playback wakelocks.Marco Nelissen2013-10-251-1/+4
* | Merge "Replace control block frameCount_ by explicit in/out parameter"Glenn Kasten2014-01-241-4/+16
|\ \
| * | Replace control block frameCount_ by explicit in/out parameterGlenn Kasten2013-12-201-4/+16
* | | Merge "Cleanup createTrack error handling"Glenn Kasten2014-01-171-0/+12
|\ \ \
| * | | Cleanup createTrack error handlingGlenn Kasten2014-01-161-0/+12
* | | | AudioRecord::getInputFramesLost() cleanupGlenn Kasten2014-01-141-4/+7
|/ / /
* | | Use AUDIO_SESSION_ALLOCATE instead of 0Glenn Kasten2013-12-201-2/+2
|/ /
* | Assign blame for playback wakelocks.Marco Nelissen2013-10-251-1/+4
* | resolved conflicts for merge of 9a7d11f0 to masterGlenn Kasten2013-10-071-0/+12
|\ \ | |/
| * Merge "Cleanup openRecord error handling" into klp-devGlenn Kasten2013-10-071-0/+12
| |\
| | * Cleanup openRecord error handlingGlenn Kasten2013-09-241-0/+12
* | | am 8ee02943: am 1c7f35d1: Merge "soundpool: allocate shared memory heap by cl...Eric Laurent2013-09-241-5/+22
|\ \ \ | |/ /
| * | soundpool: allocate shared memory heap by clientEric Laurent2013-09-241-5/+22
| |/
* | Consistent style for comparisons of raw pointers to NULLGlenn Kasten2013-08-061-16/+34
|/
* IAudioFlinger::openRecord track_flags_t flags is in/outGlenn Kasten2013-08-021-3/+9
* Move control block mName to createTrack() outputGlenn Kasten2013-07-301-1/+5
* libmedia: offloaded playback supportRichard Fitzgerald2013-07-251-2/+13
* Use AudioSystem::setLowRamDevice() to configure memoryGlenn Kasten2013-07-191-0/+16
* Explicitly compare raw pointers to NULLGlenn Kasten2013-07-021-18/+20