summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* am 04b95313: am c8c79a65: Merge "Re-use existing Surface objects when reading...Jamie Gennis2010-07-161-2/+8
|\
| * Merge "Re-use existing Surface objects when reading them from parcels." into ...Jamie Gennis2010-07-161-2/+8
| |\
| | * Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-2/+8
* | | am 7b8df313: am 00ba8844: Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
|\ \ \ | |/ /
| * | Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
| |/
* | resolved conflicts for merge of f7adbe10 to masterJeff Brown2010-07-161-0/+2
|\ \ | |/
| * Merge "Fix bug with phantom input windows." into gingerbreadJeff Brown2010-07-161-0/+2
| |\
| | * Fix bug with phantom input windows.Jeff Brown2010-07-161-0/+2
* | | am f16b3f10: am b0374a0e: Merge "Several improvements in audio effects volume...Eric Laurent2010-07-161-1/+1
|\ \ \ | |/ /
| * | Merge "Several improvements in audio effects volume control." into gingerbreadEric Laurent2010-07-161-1/+1
| |\ \ | | |/ | |/|
| | * Several improvements in audio effects volume control.Eric Laurent2010-07-151-1/+1
* | | am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs...Dianne Hackborn2010-07-162-9/+65
|\ \ \ | |/ /
| * | Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-152-9/+65
* | | resolved conflicts for merge of aca672ba to masterJeff Brown2010-07-155-23/+109
|\ \ \ | |/ /
| * | Add support for new input sources.Jeff Brown2010-07-155-23/+109
* | | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...Brad Fitzpatrick2010-07-151-1/+5
|\ \ \ | |/ /
| * | Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-s...Brad Fitzpatrick2010-07-151-1/+5
| |\ \
| | * | More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+5
* | | | am 078ccbdb: am 2c40582a: Merge "Add native C APIs for working with the Asset...Christopher Tate2010-07-151-1/+19
|\ \ \ \ | |/ / /
| * | | Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-1/+19
| |/ /
* | | am b068b47c: am d6a85a21: Merge "Support user-supplied timescales for authori...James Dong2010-07-152-0/+3
|\ \ \ | |/ /
| * | Merge "Support user-supplied timescales for authoring" into gingerbreadJames Dong2010-07-152-0/+3
| |\ \ | | |/ | |/|
| | * Support user-supplied timescales for authoringJames Dong2010-07-142-0/+3
* | | am c74034b6: am 24651682: added BinderService<> template to help creating nat...Mathias Agopian2010-07-141-0/+60
|\ \ \ | |/ /
| * | added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-0/+60
| |/
* | am db386f2c: am c9a11088: Merge "first step at implementing the native sensor...Mathias Agopian2010-07-146-0/+389
|\ \ | |/
| * Merge "first step at implementing the native sensor support" into gingerbreadMathias Agopian2010-07-146-0/+389
| |\
| | * first step at implementing the native sensor supportMathias Agopian2010-07-136-0/+389
* | | am 5473434f: am 97eb728a: Use the OpenSL ES definition of SL_IID_EQUALIZER fo...Jean-Michel Trivi2010-07-141-4/+3
|\ \ \ | |/ /
| * | Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQJean-Michel Trivi2010-07-141-4/+3
* | | am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.Dianne Hackborn2010-07-133-27/+63
|\ \ \ | |/ /
| * | IME events are now dispatched to native applications.Dianne Hackborn2010-07-133-27/+63
* | | am 89ee578b: am fd035829: Add initial gamepad support.Jeff Brown2010-07-133-409/+358
|\ \ \ | |/ /
| * | Add initial gamepad support.Jeff Brown2010-07-133-409/+358
* | | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...Brad Fitzpatrick2010-07-131-1/+13
|\ \ \ | |/ /
| * | Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+13
* | | am 66fa2b44: am 8e886be4: Merge "Modifications in audio effect engine state m...Eric Laurent2010-07-131-0/+7
|\ \ \ | |/ /
| * | Modifications in audio effect engine state management.Eric Laurent2010-07-131-0/+7
| |/
* | am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s...Dianne Hackborn2010-07-093-18/+81
|\ \ | |/
| * Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-093-18/+81
* | am 4f440632: am 929642ee: Add runtime dumpsys support for media recorder clientJames Dong2010-07-092-0/+2
|\ \ | |/
| * Add runtime dumpsys support for media recorder clientJames Dong2010-07-082-0/+2
* | am b4b0f67a: am fd84f97a: Added JAVA classes to control bass boost, equalizer...Eric Laurent2010-07-084-20/+145
|\ \ | |/
| * Added JAVA classes to control bass boost, equalizer, reverberation and virtua...Eric Laurent2010-07-084-20/+145
* | am 49159f07: am 74bf59b4: Merge "Add new glue code for writing native apps." ...Dianne Hackborn2010-07-081-8/+34
|\ \ | |/
| * Add new glue code for writing native apps.Dianne Hackborn2010-07-081-8/+34
* | am d481cdd4: am c9535de8: Merge "Add OBB file helper class" into gingerbreadKenny Root2010-07-081-0/+87
|\ \ | |/
| * Merge "Add OBB file helper class" into gingerbreadKenny Root2010-07-071-0/+87
| |\
| | * Add OBB file helper classKenny Root2010-07-071-0/+87
* | | resolved conflicts for merge of 167449e5 to masterJeff Brown2010-07-081-5/+10
|\ \ \ | |/ /