replicant-frameworks_native/include
Jamie Gennis 93ca6fb91c BlobCache: remove the mutex locking
This change removes the mutex from the BlobCache class.  The caller must
be responsible for thread synchronization in order to properly implement
the Flattenable interface, which is coming soon.  Otherwise would be the
potential for the cache contents to change between the call to the
getFlattenedSize and flatten methods.  Because the caller must do this
synchronization anyway there's no reason to also some synchronization
inside BlobCache.

Change-Id: Ie1f4f6f82b78744f46a41ce863cac0cad276a20e
2011-10-31 18:48:31 -07:00
..
binder Deprecate local-only CursorWindows. 2011-10-12 22:19:41 -07:00
gui SensorManager reconnects to sensor service when the later dies 2011-10-16 22:15:23 -07:00
private fix Surface positions are not floats 2011-08-30 18:51:54 -07:00
surfaceflinger am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 2011-10-18 23:00:08 -07:00
ui fix the float Rect in OpenGLRenderer to handle NANs 2011-09-19 16:50:07 -07:00
utils BlobCache: remove the mutex locking 2011-10-31 18:48:31 -07:00