summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
Commit message (Expand)AuthorAgeFilesLines
* Combine duplicate code & document wp<> in mClientsGlenn Kasten2012-02-081-2/+6
* Use audio_io_handle_t consistently instead of intGlenn Kasten2012-02-081-39/+49
* Effect UUID inputs passed by pointer are constGlenn Kasten2012-02-081-1/+1
* Merge "AudioFlinger methods const and inline"Glenn Kasten2012-02-081-38/+38
|\
| * AudioFlinger methods const and inlineGlenn Kasten2012-02-031-38/+38
* | Merge "Use virtual destructors"Glenn Kasten2012-02-081-9/+9
|\ \
| * | Use virtual destructorsGlenn Kasten2012-02-031-9/+9
| |/
* | Merge "Declare more IAudioFlinger methods const"Glenn Kasten2012-02-081-7/+8
|\ \
| * | Declare more IAudioFlinger methods constGlenn Kasten2012-02-031-7/+8
| |/
* | Remove dead codeGlenn Kasten2012-02-031-1/+0
|/
* Merge "Use audio_in_acoustics_t consistently"Glenn Kasten2012-02-031-1/+1
|\
| * Use audio_in_acoustics_t consistentlyGlenn Kasten2012-01-271-1/+1
* | Merge "For performance, return large objects by reference"Glenn Kasten2012-02-031-1/+2
|\ \
| * | For performance, return large objects by referenceGlenn Kasten2012-01-301-1/+2
| |/
* | Constructor initialization and const fieldsGlenn Kasten2012-02-031-22/+25
* | Merge "Cleanup thread types"Glenn Kasten2012-02-031-8/+10
|\ \
| * | Cleanup thread typesGlenn Kasten2012-01-261-8/+10
* | | Fix const sp<>& in parameter list and return valueGlenn Kasten2012-01-301-2/+2
| |/ |/|
* | Merge "AudioStreamIn and AudioStreamOut"Glenn Kasten2012-01-271-7/+11
|\ \
| * | AudioStreamIn and AudioStreamOutGlenn Kasten2012-01-261-7/+11
| |/
* | Merge "Declare methods in binder opcode order"Glenn Kasten2012-01-271-2/+2
|\ \
| * | Declare methods in binder opcode orderGlenn Kasten2012-01-261-2/+2
| |/
* | Merge "Use enum effect_state consistently"Glenn Kasten2012-01-271-3/+3
|\ \
| * | Use enum effect_state consistentlyGlenn Kasten2012-01-261-3/+3
| |/
* | Merge "Use enum track_state consistently"Glenn Kasten2012-01-271-1/+1
|\ \
| * | Use enum track_state consistentlyGlenn Kasten2012-01-261-1/+1
| |/
* | Use enum mixer_state consistentlyGlenn Kasten2012-01-261-3/+2
|/
* Remove AudioFlinger dependencies on clientGlenn Kasten2012-01-201-1/+6
* Use audio_format_t consistently, continuedGlenn Kasten2012-01-201-16/+16
* resolved conflicts for merge of 05683c85 to masterEric Laurent2012-01-191-1/+3
|\
| * AudioFlinger: mix track only when really ready (2)Eric Laurent2012-01-181-1/+3
* | Remove dead setVolume() and mVolume[2]Glenn Kasten2012-01-171-3/+0
* | Merge "Use audio_mode_t consistently"Glenn Kasten2012-01-171-6/+6
|\ \
| * | Use audio_mode_t consistentlyGlenn Kasten2012-01-121-6/+6
* | | Check stream type in AudioFlinger::createTrackGlenn Kasten2012-01-171-1/+1
* | | Merge "Fix locking for mMasterVolume and mMute"Glenn Kasten2012-01-171-0/+7
|\ \ \
| * | | Fix locking for mMasterVolume and mMuteGlenn Kasten2012-01-131-0/+7
| |/ /
* | | Merge "Use size_t for frame size"Glenn Kasten2012-01-171-1/+1
|\ \ \
| * | | Use size_t for frame sizeGlenn Kasten2012-01-131-1/+1
| |/ /
* | | Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-17/+17
|/ /
* | Merge "Use correct type for hardware call state"Glenn Kasten2012-01-111-1/+1
|\ \
| * | Use correct type for hardware call stateGlenn Kasten2012-01-061-1/+1
* | | Merge "By convention const goes before the type specifier"Glenn Kasten2012-01-091-1/+1
|\ \ \
| * | | By convention const goes before the type specifierGlenn Kasten2012-01-061-1/+1
| |/ /
* | | suspended() and isSuspended() are constGlenn Kasten2012-01-051-3/+3
|/ /
* | Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-6/+0
* | Merge "Improve resistance to leaks for ConfigEvent"Glenn Kasten2011-12-151-1/+1
|\ \
| * | Improve resistance to leaks for ConfigEventGlenn Kasten2011-12-151-1/+1
| |/
* | Use NULL not 0 for pointersGlenn Kasten2011-12-151-2/+2
|/
* audioflinger: fix audio skipping over A2DPEric Laurent2011-12-051-2/+1