summaryrefslogtreecommitdiffstats
path: root/include/private
Commit message (Expand)AuthorAgeFilesLines
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-1/+8
* Pass width/height parameters to webviewChet Haase2012-04-111-0/+4
* Allow fine-grained control over functors executionRomain Guy2012-04-021-3/+14
* Deleted the media, camera, drm related files since they are relocatedJames Dong2012-03-283-336/+0
* Use a status_t return type for GL functorsRomain Guy2012-03-261-0/+17
* Whitespace and indentationGlenn Kasten2012-03-131-5/+5
* remove files that moved to frameworks/nativeMathias Agopian2012-03-077-584/+0
* fix libgui header locationMathias Agopian2012-02-272-2/+1
* libagl shouldn't export anythingMathias Agopian2012-02-271-640/+0
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-17/+0
* Update commentsGlenn Kasten2012-02-141-6/+23
* Don't double destruct audio_track_cblk_tGlenn Kasten2012-02-031-0/+1
* Make AudioTrack control block volume field privateGlenn Kasten2012-01-201-1/+14
* Track volume cleanupGlenn Kasten2012-01-171-4/+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
* | AudioTrack and AudioFlinger send level cleanupGlenn Kasten2012-01-131-1/+16
|/
* Audio C++ commentsGlenn Kasten2011-12-141-2/+2
* split ComposerService out of SurfaceComposerClient.hMathias Agopian2011-11-281-0/+53
* fix Surface positions are not floatsMathias Agopian2011-08-301-2/+2
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-115/+0
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-0/+8
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-346/+2
* Remove unnecessary level of priority indirectionGlenn Kasten2011-06-011-1/+0
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-1/+2
* remove last traces of copybitMathias Agopian2011-05-021-16/+0
* get rid of dependency on copybit HAL moduleMathias Agopian2011-04-281-2/+0
* New fix for issue 4111672: control block flagsEric Laurent2011-04-051-4/+4
* Send WebView the current transform and whether we're drawing a layer.Romain Guy2011-03-171-0/+50
* Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-081-0/+7
* Add support for up to 32 buffers per SurfaceMathias Agopian2011-03-011-3/+3
* clean-up unneeded codeMathias Agopian2011-01-201-8/+1
* fix [3259708] Graphic Buffer Mapper does not support YV12Mathias Agopian2010-12-081-83/+0
* Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-111-0/+10
* Support extracting thumbnail from rotated video tracksJames Dong2010-11-081-0/+1
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-4/+6
* Issue 3032913: improve AudioTrack recovery timeEric Laurent2010-09-301-2/+5
* fix a race in SF buffer managementMathias Agopian2010-08-261-1/+5
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-8/+10
* fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-8/+0
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+4
* allow re-targetting of surfacesMathias Agopian2010-06-081-10/+6
* split surface management from surface's buffers managementMathias Agopian2010-06-041-1/+2
* Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...Eric Laurent2010-06-032-1/+53
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-2/+1
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-1/+0
* added the notion of fixed-size buffersMathias Agopian2010-05-241-1/+2
* fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-0/+1
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-0/+1
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-14/+29