summaryrefslogtreecommitdiffstats
path: root/include/private
Commit message (Collapse)AuthorAgeFilesLines
...
* be more friendly with CMathias Agopian2009-08-131-2/+2
|
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-6/+7
| | | | | | | Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone()
* add a ctor to Mutex to specify the type, which can be shared. This is used ↵Mathias Agopian2009-07-131-0/+2
| | | | by sf and af an soon will allow some optimization in the kernel for non shared mutexes
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-60/+0
| | | | | internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore.
* Merge change 6382Android (Google) Code Review2009-07-071-0/+2
|\ | | | | | | | | * changes: add a virtual destructor to region_rasterizer, to be on the safe side
| * add a virtual destructor to region_rasterizer, to be on the safe sideMathias Agopian2009-07-071-0/+2
| |
* | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the ↵Eric Laurent2009-07-071-4/+3
|\ \ | |/ |/| | | | | | | | | | | | | playback rate to twice of the ouputSR Merge commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c' * commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c': Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
| * Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ↵Eric Laurent2009-07-071-4/+3
| | | | | | | | | | | | | | | | to twice of the ouputSR Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t. Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate(). AudioTrack::setSampleRate() no returns a status.
* | merge master in master_glMathias Agopian2009-06-241-1/+1
|\ \
| * \ am 5277103d: Merge change 5035 into donutAndroid (Google) Code Review2009-06-221-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '5277103db9033226814edc8fcba6f4ba4e846678' * commit '5277103db9033226814edc8fcba6f4ba4e846678': add glTexParameteri() and fix glTexParameteriv()
| | * add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+1
| | |
* | | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-3/+2
| | |
* | | revive the copybit test.Mathias Agopian2009-06-091-0/+1
| | |
* | | cleanup Debug.h a bitMathias Agopian2009-06-041-12/+5
| | |
* | | merge master to master_glMathias Agopian2009-05-223-23/+39
|\ \ \ | |/ /
| * | move libbinder's header files under includes/binderMathias Agopian2009-05-202-31/+5
| | |
| * | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-203-1/+43
| |/
* | Region now has its own implementation instead of relying on SkRegion, which ↵Mathias Agopian2009-05-171-0/+279
| | | | | | | | allows us to break libui's dependency on libcorecg.
* | move android_native_buffer_t declaration into its own ↵Mathias Agopian2009-05-052-1/+63
| | | | | | | | private/ui/android_native_priv.h header, since user code should never have access to it.
* | move opengl/include/EGL/android_natives.h to ↵Mathias Agopian2009-05-051-0/+76
| | | | | | | | | | | | include/ui/egl/android_natives.h and don't include it from egl.h the android_native_ types are just forward declared in egl.h
* | a brand new MessageQueue for SurfaceFlinger.Mathias Agopian2009-04-241-28/+0
| |
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-102-25/+35
|/ | | | SurfaceFlinger rework for new EGL driver model support.
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-0/+1427
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-1427/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-1/+8
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-173-12/+158
|
* Initial ContributionThe Android Open Source Project2008-10-218-0/+1273