summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorZohaib Alam <zalam@codeaurora.org>2015-03-23 15:44:19 -0400
committerNitesh Gupta <niteshg@codeaurora.org>2015-03-31 14:00:57 +0530
commit83ea46d240e05590e3e3c598be5c842c6414ff36 (patch)
tree742e2df6687304072e2e7526bd932a7d70f87ad4 /libqservice
parent642ce38173e719269e14b839b9c571a9821be913 (diff)
downloaddisplay-83ea46d240e05590e3e3c598be5c842c6414ff36.tar.gz
hwc: add qdcm service to be loaded in HWC and perform service
1. Add one binder command to display.qservice to serve the binder requests received from SDK. 2. Each subcommand will be corresponding to one command handler. Command handler will pass the requests to qdcm library. 3. Dynamically load qdcm library, where all apis are implemented. 4. apply default mode function will be invoked once bootanimation event is detected Change-Id: I28fdf5f2561fcaffbfd3b7a1e9b136a4c372300e
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqservice/IQService.h b/libqservice/IQService.h
index 6a9d7f85..30578bc5 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -63,6 +63,7 @@ public:
SET_FRAME_DUMP_CONFIG = 21, // Provides ability to set the frame dump config
SET_S3D_MODE = 22, // Set the 3D mode as specified in msm_hdmi_modes.h
CONNECT_HDMI_CLIENT = 23, // Connect HDMI CEC HAL Client
+ QDCM_SVC_CMDS = 24, // request QDCM services.
SET_ACTIVE_CONFIG = 25, //Set a specified display config
GET_ACTIVE_CONFIG = 26, //Get the current config index
GET_CONFIG_COUNT = 27, //Get the number of supported display configs