diff options
author | 2017-01-31 17:43:23 -0800 | |
---|---|---|
committer | 2017-02-01 22:08:21 -0800 | |
commit | b254fa3a9eccd5ad7d853d687cf50a68dd8ee41c (patch) | |
tree | 6d87c94a1d462f52f0f5f11b4bc59f3a97b39079 /services/surfaceflinger/EventControlThread.h | |
parent | 897a186b0f887e858e39d8c04b017662854dd09f (diff) |
SurfaceFlinger: Set property in separate thread in init
By setting property in a separate thread, the CL aims to
avoid slow initilization in SurfaceFlinger::init where
SurfaceFlinger is waiting on property_service.
Bug: 34499826
Test: on marlin
Change-Id: I91afad3cbc9a2b31aa89ae9cc752ad491cc9d8e4
Diffstat (limited to 'services/surfaceflinger/EventControlThread.h')
-rw-r--r-- | services/surfaceflinger/EventControlThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/EventControlThread.h b/services/surfaceflinger/EventControlThread.h index 9368db6fc8..1b1ef75b9d 100644 --- a/services/surfaceflinger/EventControlThread.h +++ b/services/surfaceflinger/EventControlThread.h @@ -45,4 +45,4 @@ private: } -#endif // ANDROID_DISPSYNC_H +#endif // ANDROID_EVENTCONTROLTHREAD_H |