summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/MessageQueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-4/+4
| | | | Change-Id: I44f267700356967dc51e8f85ebf457dc85cfb229
* deliver invalidate messages AFTER other messagesMathias Agopian2010-10-111-8/+8
| | | | | | | | | | because invalidate messages were always handled first, they could prevent other messages to get through entirely. there is no real reason to handle invalidate messages first because the other messages are very uncommon and won't interfer with updates. Change-Id: Ib95cdf35a91407bd2f4d69dd082c5f546e1e0071
* fix a bug where timeouts would only be handled when a message was deliveredMathias Agopian2010-10-111-7/+11
| | | | Change-Id: I98c69b129e75e065e61f47e54f0f855d9401b0dc
* move native services under services/Mathias Agopian2010-07-141-0/+193
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8