summaryrefslogtreecommitdiff
path: root/sdm/include/utils/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/include/utils/debug.h')
-rw-r--r--sdm/include/utils/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdm/include/utils/debug.h b/sdm/include/utils/debug.h
index 540a25ec..21805eec 100644
--- a/sdm/include/utils/debug.h
+++ b/sdm/include/utils/debug.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2014 - 2016, The Linux Foundation. All rights reserved.
+* Copyright (c) 2014 - 2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -64,7 +64,7 @@ class Debug {
static inline DebugHandler* Get() { return debug_.debug_handler_; }
static int GetSimulationFlag();
static int GetHDMIResolution();
- static uint32_t GetIdleTimeoutMs();
+ static void GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms);
static int GetBootAnimLayerCount();
static bool IsRotatorDownScaleDisabled();
static bool IsDecimationDisabled();