replicant-frameworks_native/libs/gui
Dan Albert 8b49125f10 Make string literal concatenation play nice with C++11.
In C++11 mode, "foo"MACRO_THAT_EXPANDS_TO_STRING gets lexed as a user
defined literal. Add space around the macro.

Change-Id: I2741f5be9c0b1562e0f413d1309ef9d687e89b41
2014-09-08 18:53:39 -07:00
..
tests gui: Fix return code assert in CpuConsumer_test. 2013-12-04 14:57:22 -08:00
Android.mk Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
BitTube.cpp libgui: 64-bit compile issues 2014-06-09 14:27:45 -07:00
BufferItemConsumer.cpp Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
BufferQueue.cpp Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
CleanSpec.mk
ConsumerBase.cpp Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
CpuConsumer.cpp Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
DisplayEventReceiver.cpp
GLConsumer.cpp Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
GraphicBufferAlloc.cpp
GuiConfig.cpp
IConsumerListener.cpp Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp
IGraphicBufferConsumer.cpp fix camera API 2.0 orientation 2013-09-17 23:45:22 -07:00
IGraphicBufferProducer.cpp am 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev 2013-09-17 14:33:09 -07:00
ISensorEventConnection.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
ISensorServer.cpp
ISurfaceComposer.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
ISurfaceComposerClient.cpp
LayerState.cpp
Sensor.cpp Fix flattening/unflattening of android::Sensor. 2014-05-30 14:40:13 +01:00
SensorEventQueue.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
SensorManager.cpp
Surface.cpp Use asynchronous lock/unlock API 2014-05-12 09:13:03 -07:00
SurfaceComposerClient.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
SurfaceControl.cpp Stop using default value for Surface producerControlledByApp parameter 2013-09-16 15:39:55 -07:00
SyncFeatures.cpp