summaryrefslogtreecommitdiff
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
parent501fc0f18249468d485415a3a7f892c644271e63 (diff)
downloadlibhardware-1a70c0fd39eed070c2c28fc0731fa689d15931c4.tar.gz
libhardware: deprecate POWER_HINT_VIDEO_ENCODE/_DECODE
Bug: 9581070 Change-Id: Ifb47ed0d4fc201732ca6593d41317ec356ead2ba Signed-off-by: Iliyan Malchev <malchev@google.com>
-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 4edebc67..89d57edb 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;