summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Factor out and speed up permission-checking codeGlenn Kasten2012-02-135-33/+97
* mAudioHwDevs and related cleanupGlenn Kasten2012-02-102-23/+27
* Merge "Simplify ThreadBase::exit() aka requestExitAndWait"Glenn Kasten2012-02-102-9/+20
|\
| * Simplify ThreadBase::exit() aka requestExitAndWaitGlenn Kasten2012-02-102-9/+20
* | Merge "Disable HQ resamplers for now until qualified"Glenn Kasten2012-02-102-2/+6
|\ \
| * | Disable HQ resamplers for now until qualifiedGlenn Kasten2012-02-092-2/+6
| |/
* | Merge "Move header declarations around for clarity"Glenn Kasten2012-02-101-35/+37
|\ \
| * | Move header declarations around for clarityGlenn Kasten2012-02-091-35/+37
| |/
* | Merge "Camel case readability & private disconnect(bool)"Glenn Kasten2012-02-102-10/+12
|\ \
| * | Camel case readability & private disconnect(bool)Glenn Kasten2012-02-092-10/+12
| |/
* | Merge "Remove aliasing"Glenn Kasten2012-02-101-12/+11
|\ \
| * | Remove aliasingGlenn Kasten2012-02-091-12/+11
| |/
* | Merge "Use mul from audioutils"Glenn Kasten2012-02-101-15/+0
|\ \
| * | Use mul from audioutilsGlenn Kasten2012-02-091-15/+0
| |/
* | Merge "Mark fields const if only set in constructor"Glenn Kasten2012-02-101-3/+3
|\ \
| * | Mark fields const if only set in constructorGlenn Kasten2012-02-091-3/+3
| |/
* | Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-101-2/+2
* | Merge "No newline or space at end of ALOG format string"Glenn Kasten2012-02-103-23/+23
|\ \
| * | No newline or space at end of ALOG format stringGlenn Kasten2012-02-083-23/+23
| |/
* | Merge "Move declaration of stream_type_t up earlier"Glenn Kasten2012-02-101-13/+13
|\ \
| * | Move declaration of stream_type_t up earlierGlenn Kasten2012-02-081-13/+13
| |/
* | Merge "Fix typos in ALOG for pid vs tid"Glenn Kasten2012-02-102-7/+7
|\ \
| * | Fix typos in ALOG for pid vs tidGlenn Kasten2012-02-092-7/+7
| |/
* | Rename type() to streamType()Glenn Kasten2012-02-082-23/+14
|/
* Combine duplicate code & document wp<> in mClientsGlenn Kasten2012-02-082-30/+23
* Use audio_io_handle_t consistently instead of intGlenn Kasten2012-02-084-86/+103
* Simplify destructorsGlenn Kasten2012-02-081-4/+2
* Effect UUID inputs passed by pointer are constGlenn Kasten2012-02-082-2/+2
* Merge "Use pid_t not int"Glenn Kasten2012-02-081-3/+3
|\
| * Use pid_t not intGlenn Kasten2012-02-031-3/+3
* | Merge "Don't double destruct audio_track_cblk_t"Glenn Kasten2012-02-081-2/+4
|\ \
| * | Don't double destruct audio_track_cblk_tGlenn Kasten2012-02-031-2/+4
| |/
* | Merge "AudioFlinger methods const and inline"Glenn Kasten2012-02-085-115/+48
|\ \
| * | AudioFlinger methods const and inlineGlenn Kasten2012-02-035-115/+48
| |/
* | Merge "Use virtual destructors"Glenn Kasten2012-02-083-11/+11
|\ \
| * | Use virtual destructorsGlenn Kasten2012-02-033-11/+11
| |/
* | Merge "Improve performance for sp<> on stack"Glenn Kasten2012-02-081-36/+13
|\ \
| * | Improve performance for sp<> on stackGlenn Kasten2012-01-301-36/+13
* | | Merge "Use 0 not NULL for sp<> and wp<>"Glenn Kasten2012-02-082-18/+20
|\ \ \
| * | | Use 0 not NULL for sp<> and wp<>Glenn Kasten2012-02-032-18/+20
| | |/ | |/|
* | | Merge "Use bool instead of int"Glenn Kasten2012-02-081-17/+17
|\ \ \
| * | | Use bool instead of intGlenn Kasten2012-02-031-17/+17
| |/ /
* | | Merge "Declare more IAudioFlinger methods const"Glenn Kasten2012-02-082-14/+16
|\ \ \
| * | | Declare more IAudioFlinger methods constGlenn Kasten2012-02-032-14/+16
| |/ /
* | | Remove dead codeGlenn Kasten2012-02-034-11/+0
|/ /
* | Merge "Use audio_in_acoustics_t consistently"Glenn Kasten2012-02-034-6/+6
|\ \
| * | Use audio_in_acoustics_t consistentlyGlenn Kasten2012-01-274-6/+6
* | | Merge "Use ToneGenerator::tone_type consistently"Glenn Kasten2012-02-032-3/+5
|\ \ \
| * | | Use ToneGenerator::tone_type consistentlyGlenn Kasten2012-01-272-3/+5
| |/ /
* | | Use NULL not 0 for raw pointersGlenn Kasten2012-02-033-25/+25