summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fixes to make libstagefright build for the simulator.Marco Nelissen2009-07-161-0/+2
* New test player stub to load mock native players.Nicolas Catania2009-07-161-1/+7
* Merge change 7332Android (Google) Code Review2009-07-1635-2/+2540
|\
| * Squashed commit of the following:Andreas Huber2009-07-1635-2/+2540
* | EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-161-4/+10
|/
* Merge change 7150Android (Google) Code Review2009-07-151-0/+1
|\
| * Ignore pause and seek for live streaming.Ravi K Yenduri2009-07-141-0/+1
* | Merge change 7353Android (Google) Code Review2009-07-151-1/+4
|\ \
| * | Implement virtual button support.Dianne Hackborn2009-07-141-1/+4
| |/
* | add a ctor to Mutex to specify the type, which can be shared. This is used by...Mathias Agopian2009-07-132-0/+19
|/
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-132-64/+86
* Basic plumbing to retrieve metadata from the native player.Nicolas Catania2009-07-102-0/+18
* Merge change 6636Android (Google) Code Review2009-07-092-1/+9
|\
| * Implemented the metadata changed notification filters.Nicolas Catania2009-07-092-1/+9
* | am 8a715b4b: Merge change 5510 into donutAndroid (Google) Code Review2009-07-091-5/+111
|\ \ | |/ |/|
| * Merge change 5510 into donutAndroid (Google) Code Review2009-07-081-5/+111
| |\
| | * Add useful functions to String8, which enables users to convert between UTF-8...Daisuke Miyakawa2009-07-091-5/+111
* | | Merge change 6560Android (Google) Code Review2009-07-083-2/+6
|\ \ \
| * \ \ resolved conflicts for merge of 04c7d0f8 to masterDave Sparks2009-07-083-2/+6
| |\ \ \ | | |/ /
| | * | Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-083-2/+6
| | |/
* | | Add a virtual destructor to the TtsEngine class.Marco Nelissen2009-07-081-0/+2
|/ /
* | Merge change 6382Android (Google) Code Review2009-07-071-0/+2
|\ \
| * | add a virtual destructor to region_rasterizer, to be on the safe sideMathias Agopian2009-07-071-0/+2
* | | Merge change 6361Android (Google) Code Review2009-07-071-1/+1
|\ \ \
| * | | Fix sim build.Andy McFadden2009-07-071-1/+1
| |/ /
* | | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the p...Eric Laurent2009-07-073-9/+5
|\ \ \ | |/ / |/| / | |/
| * Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...Eric Laurent2009-07-073-9/+5
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-063-3/+19
|\ \
| * \ am 991eec03: Merge change 6252 into donutAndroid (Google) Code Review2009-07-062-2/+10
| |\ \ | | |/
| | * Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-062-2/+10
| * | am c7396025: Merge change 6084 into donutAndroid (Google) Code Review2009-07-061-0/+6
| |\ \ | | |/
| | * Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1...James Dong2009-07-021-0/+6
| * | am 6e1647a2: Merge change 5829 into donutAndroid (Google) Code Review2009-07-011-1/+3
| |\ \ | | |/
| | * Fix issue #1673793: Theme styles don't apply.Dianne Hackborn2009-06-301-1/+3
* | | get rid of references to MemoryDealer in SurfaceFlingerMathias Agopian2009-07-023-3/+3
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-014-121/+99
|\ \ \ | |/ /
| * | am bd9aa793: Merge change 5593 into donutAndroid (Google) Code Review2009-06-301-10/+20
| |\ \ | | |/
| | * Merge change 5593 into donutAndroid (Google) Code Review2009-06-291-10/+20
| | |\
| | | * Add in TTS engine interface the methods to query the availability for a langu...Jean-Michel Trivi2009-06-291-10/+20
| * | | am 17a80081: Merge change 5544 into donutAndroid (Google) Code Review2009-06-291-7/+3
| |\ \ \ | | |/ /
| | * | Merge change 5544 into donutAndroid (Google) Code Review2009-06-261-7/+3
| | |\ \
| | | * | Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-261-7/+3
| * | | | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-291-5/+45
| |\ \ \ \ | | |/ / /
| | * | | Expand support for different screen sizes.Dianne Hackborn2009-06-261-5/+45
| | | |/ | | |/|
| * | | am b65dba45: Merge change 5470 into donutAndroid (Google) Code Review2009-06-261-10/+31
| |\ \ \ | | |/ /
| | * | Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-261-10/+31
| | |/
| * | am c44989d6: Merge change 5350 into donutAndroid (Google) Code Review2009-06-251-89/+0
| |\ \ | | |/
| | * move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-251-89/+0
* | | Region::makeBoundsSelf() efficiently turns a region to its boundsMathias Agopian2009-06-291-0/+3
* | | return bounds Rect by valueMathias Agopian2009-06-261-2/+2