summaryrefslogtreecommitdiff
path: root/include/private
AgeCommit message (Expand)Author
2012-05-31Skip eglSwapBuffers() call when we do not draw to GL Chet Haase
2012-04-11Pass width/height parameters to webview Chet Haase
2012-04-02Allow fine-grained control over functors execution Romain Guy
2012-03-28Deleted the media, camera, drm related files since they are relocated James Dong
2012-03-26Use a status_t return type for GL functors Romain Guy
2012-03-13Whitespace and indentation Glenn Kasten
2012-03-07remove files that moved to frameworks/native Mathias Agopian
2012-02-27fix libgui header location Mathias Agopian
2012-02-27libagl shouldn't export anything Mathias Agopian
2012-02-24remove dependency on android_native{s_priv|buffer}.h Mathias Agopian
2012-02-14Update comments Glenn Kasten
2012-02-03Don't double destruct audio_track_cblk_t Glenn Kasten
2012-01-20Make AudioTrack control block volume field private Glenn Kasten
2012-01-17Track volume cleanup Glenn Kasten
2012-01-17Merge "Use size_t for frame size" Glenn Kasten
2012-01-13AudioTrack and AudioFlinger send level cleanup Glenn Kasten
2012-01-13Use size_t for frame size Glenn Kasten
2011-12-14Audio C++ comments Glenn Kasten
2011-11-28split ComposerService out of SurfaceComposerClient.h Mathias Agopian
2011-08-30fix Surface positions are not floats Mathias Agopian
2011-07-13Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build Mike Lockwood
2011-06-29SF transactions are now O(1) wrt IPC instead of O(N). Mathias Agopian
2011-06-13unify SurfaceTexture and Surface Mathias Agopian
2011-06-01Remove unnecessary level of priority indirection Glenn Kasten
2011-06-01Use channel mask instead of channel count for track creation Jean-Michel Trivi
2011-05-02remove last traces of copybit Mathias Agopian
2011-04-28get rid of dependency on copybit HAL module Mathias Agopian
2011-04-05New fix for issue 4111672: control block flags Eric Laurent
2011-03-17Send WebView the current transform and whether we're drawing a layer. Romain Guy
2011-03-08Fix issue 3439872: video chat and bluetooth SCO Eric Laurent
2011-03-01Add support for up to 32 buffers per Surface Mathias Agopian
2011-01-20clean-up unneeded code Mathias Agopian
2010-12-08fix [3259708] Graphic Buffer Mapper does not support YV12 Mathias Agopian
2010-11-11Implement reducing the buffer count of a Surface. Jamie Gennis
2010-11-08Support extracting thumbnail from rotated video tracks James Dong
2010-10-04fix [2835280] Add support for cancelling buffers to ANativeWindow Mathias Agopian
2010-09-30Issue 3032913: improve AudioTrack recovery time Eric Laurent
2010-08-26fix a race in SF buffer management Mathias Agopian
2010-08-24fix [2931513] Add support for setting the orientation of an ANativeWindow Mathias Agopian
2010-07-27fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque... Mathias Agopian
2010-06-13Native input dispatch rewrite work in progress. Jeff Brown
2010-06-08allow re-targetting of surfaces Mathias Agopian
2010-06-04split surface management from surface's buffers management Mathias Agopian
2010-06-03Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m... Eric Laurent
2010-05-28more clean-up in preparation of bigger changes Mathias Agopian
2010-05-25fix [2712278] The preview buffer left some black borders in left and bottom e... Mathias Agopian
2010-05-24added the notion of fixed-size buffers Mathias Agopian
2010-05-24fix a bug when reallocating a window's buffers is needed Mathias Agopian
2010-05-21added native_window_set_buffer_count() Mathias Agopian
2010-05-20fix the threading issue for setBuffercount() Mathias Agopian