replicant-frameworks_native/libs/gui
Jamie Gennis 749172269a Quiet the SurfaceFlingerClient dequeueBuffer error.
This is a temporary WAR for the case where dequeueBuffer is called when
all the buffers owned by a SurfaceTexture are not available - either
they're the current texture buffer or the next one.  Currently, an error
is returned in that case, and this change just prevents that error from
being logged.  In the future this will be fixed to not return an error
in that case.

Bug: 3356050
Change-Id: Ic6cc304881a63ce134cfd0bcb4265e3e3fa94b6a
2011-01-28 12:08:18 -08:00
..
Android.mk Add the SurfaceTexture C++ implementation. 2011-01-06 13:20:47 -08:00
ISensorEventConnection.cpp new SensorService 2010-07-19 17:57:29 -07:00
ISensorServer.cpp new SensorService 2010-07-19 17:57:29 -07:00
ISurfaceTexture.cpp Add the SurfaceTexture C++ implementation. 2011-01-06 13:20:47 -08:00
Sensor.cpp Added SensorManager.getMinDelay() 2010-07-29 18:18:00 -07:00
SensorChannel.cpp first step at implementing the native sensor support 2010-07-13 22:21:56 -07:00
SensorEventQueue.cpp Fix typo which causes sensors to fail miserably 2010-09-16 21:41:13 -07:00
SensorManager.cpp new SensorService 2010-07-19 17:57:29 -07:00
SurfaceTexture.cpp Implement SurfaceTexture frame-available callback. 2011-01-16 17:28:39 -08:00
SurfaceTextureClient.cpp Quiet the SurfaceFlingerClient dequeueBuffer error. 2011-01-28 12:08:18 -08:00