From 89105d14ff365dc144f561b385a63f6b24f05c2c Mon Sep 17 00:00:00 2001 From: Prabhanjan Kandula Date: Thu, 14 Sep 2017 19:29:46 -0700 Subject: hqd: add qservice binder for blocking dpps Dpps should wait opening driver before composer comes up. Add a wservice binder call to query composer init status. Add util function to block dpps until composer is up. Change-Id: I82c025011e23a0b159ef2449b00b868a365d681a CRs-fixed: 2102579 --- libqdutils/display_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libqdutils/display_config.h') diff --git a/libqdutils/display_config.h b/libqdutils/display_config.h index 6512bf53..c6926990 100644 --- a/libqdutils/display_config.h +++ b/libqdutils/display_config.h @@ -160,4 +160,6 @@ int getPanelBrightness(); }; //namespace + +extern "C" int waitForComposerInit(); #endif -- cgit v1.2.3