index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
native
/
android
/
native_window.cpp
Age
Commit message (
Expand
)
Author
2017-02-23
fallout of libandroid.so split
Mathias Agopian
2017-02-10
separate the JNI part of the NDK into their own source
Mathias Agopian
2012-08-27
Add plumbing for new surface flinger display API.
Jeff Brown
2012-04-10
ANativeWindow: support for application buffer dimensions
Michael I. Gold
2012-02-27
fix libgui header location
Mathias Agopian
2011-10-21
Remove obsolete NativeWindow_fromSurfaceTexture
Glenn Kasten
2011-08-11
Remove ParcelSurfaceTexture and update MediaPlayer
Ted Bonkenburg
2011-07-19
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-15
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-06-09
Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...
tedbo
2011-03-31
ANativeWindow_setBuffersGeometry now returns proper error codes
Mathias Agopian
2011-03-15
SurfaceTexture: disallow unsupported uses.
Jamie Gennis
2011-03-04
Bug 3515073 Add ANativeWindow_fromSurfaceTexture
Glenn Kasten
2010-10-25
add format parameter to setBufferGeometry
Mathias Agopian
2010-07-09
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-01
Get to the point of being able to do native drawing.
Dianne Hackborn
2010-07-01
Make real API for native code to get its window.
Dianne Hackborn