summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* remove unused and confusing commentMathias Agopian2009-08-071-10/+0
* Merge changes 20497,20498,20499Android (Google) Code Review2009-08-073-50/+83
|\
| * minor code clean-upMathias Agopian2009-08-071-36/+15
| * added EGLUtils::strerrorMathias Agopian2009-08-071-5/+29
| * better error handlingMathias Agopian2009-08-062-9/+39
* | AudioService now differentiates BT headsets and car kits.Eric Laurent2009-08-072-4/+4
* | Fix problem in AudioFlinger closeOutput and closeInput.Eric Laurent2009-08-071-7/+12
* | Improved unit test code for Audioflinger.Eric Laurent2009-08-074-37/+183
* | Fix lockup in audio flinger threadbase setParameters.Eric Laurent2009-08-072-24/+47
* | Merge change 9660Android (Google) Code Review2009-08-071-1/+1
|\ \
| * | Fix problem in A2DP interface closeOutputStream().Eric Laurent2009-08-041-1/+1
* | | Merge change 9653Android (Google) Code Review2009-08-073-4/+16
|\ \ \
| * | | Fix getParameters() default implementation.Eric Laurent2009-08-043-4/+16
| |/ /
* | | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ...Eric Laurent2009-08-075-150/+161
| |/ |/|
* | Merge change 20365Android (Google) Code Review2009-08-061-2/+3
|\ \
| * | oops, EGLConfig of value zero may be validMathias Agopian2009-08-061-2/+3
* | | Merge changes 20345,20346,20347Android (Google) Code Review2009-08-065-26/+118
|\ \ \ | |/ /
| * | added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-063-26/+112
| * | added NATIVE_WINDOW_FORMAT attribute to android_native_window_tMathias Agopian2009-08-062-0/+6
* | | EventHub: pass the name of each input device up to JavaIliyan Malchev2009-08-061-11/+8
|/ /
* | Merge change 20133Android (Google) Code Review2009-08-051-0/+3
|\ \
| * | don't crash when SurfaceBuffer::writeToParcel is given a null argumentMathias Agopian2009-08-051-0/+3
| |/
* | Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-19/+71
|/
* free surface buffers before trying to allocate new ones, so we have more chan...Mathias Agopian2009-08-031-0/+1
* Merge change 9397Android (Google) Code Review2009-08-011-1/+18
|\
| * Fix Win32 libutils to get a working SDK build.David 'Digit' Turner2009-08-011-1/+18
* | don't crash in Parcel when given a null (and therfore invalid) native_handle_tMathias Agopian2009-07-311-1/+1
* | be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-6/+8
|/
* Merge change 9287Android (Google) Code Review2009-07-302-1/+52
|\
| * fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-302-1/+52
* | am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-301-4/+7
|\ \
| * | Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-4/+7
* | | Merge change 9070Android (Google) Code Review2009-07-301-0/+12
|\ \ \ | |_|/ |/| |
| * | Adding resizeInput and setAttributes for overlayBenny Wong2009-07-291-0/+12
* | | Fix a debug statement in BufferMapperMathias Agopian2009-07-301-1/+1
* | | NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...Mathias Agopian2009-07-301-1/+2
* | | am 1521cd6e: Merge change 8015 into donutAndroid (Google) Code Review2009-07-291-0/+3
|\ \ \ | |/ / |/| / | |/
| * Merge change 8015 into donutAndroid (Google) Code Review2009-07-281-0/+3
| |\
| | * Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.David 'Digit' Turner2009-07-291-0/+3
* | | Merge change 9008Android (Google) Code Review2009-07-291-1/+6
|\ \ \
| * | | Only restore the bits for wallpapers that aren't built in.Joe Onorato2009-07-291-1/+6
* | | | Merge change 8987Android (Google) Code Review2009-07-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix firestone buildMarco Nelissen2009-07-291-0/+1
* | | | Merge changes 8935,8936Android (Google) Code Review2009-07-281-2/+13
|\ \ \ \
| * | | | Fix the IOException in wallpaper restore -- the padding isn't required at the...Joe Onorato2009-07-281-2/+13
* | | | | fix [1985856] Seg fault when using the soft keyboard in the Messaging appMathias Agopian2009-07-281-15/+10
|/ / / /
* | | | resolved conflicts for merge of ac38dfc5 to masterMathias Agopian2009-07-282-6/+10
|\ \ \ \ | | |/ / | |/| |
| * | | fix [2017532] Partial Update leaves residual image.Mathias Agopian2009-07-282-7/+15
| | |/ | |/|
* | | Fix issue 2004229: DTMF tones play through earpiece (G1).Eric Laurent2009-07-281-1/+1
| |/ |/|
* | Fix the build for BOARD_USES_GENERIC_AUDIO optionEric Laurent2009-07-251-3/+2