summaryrefslogtreecommitdiffstats
path: root/include/hardware/power.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2013-06-25 18:50:49 -0700
committerIliyan Malchev <malchev@google.com>2013-06-25 18:55:59 -0700
commit1a70c0fd39eed070c2c28fc0731fa689d15931c4 (patch)
tree83142f38ac6b7c6276570b0ed344440c26ed61c5 /include/hardware/power.h
parent501fc0f18249468d485415a3a7f892c644271e63 (diff)
downloadhardware_libhardware-1a70c0fd39eed070c2c28fc0731fa689d15931c4.zip
hardware_libhardware-1a70c0fd39eed070c2c28fc0731fa689d15931c4.tar.gz
hardware_libhardware-1a70c0fd39eed070c2c28fc0731fa689d15931c4.tar.bz2
libhardware: deprecate POWER_HINT_VIDEO_ENCODE/_DECODE
Bug: 9581070 Change-Id: Ifb47ed0d4fc201732ca6593d41317ec356ead2ba Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include/hardware/power.h')
-rw-r--r--include/hardware/power.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/power.h b/include/hardware/power.h
index 4edebc6..89d57ed 100644
--- a/include/hardware/power.h
+++ b/include/hardware/power.h
@@ -40,6 +40,9 @@ __BEGIN_DECLS
typedef enum {
POWER_HINT_VSYNC = 0x00000001,
POWER_HINT_INTERACTION = 0x00000002,
+ /* DO NOT USE POWER_HINT_VIDEO_ENCODE/_DECODE! They will be removed in
+ * KLP.
+ */
POWER_HINT_VIDEO_ENCODE = 0x00000003,
POWER_HINT_VIDEO_DECODE = 0x00000004
} power_hint_t;