summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2013-06-25 19:00:07 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-06-25 19:00:07 -0700
commit1b8e21aa2d4a48c3c0777929e723817995881f70 (patch)
tree83142f38ac6b7c6276570b0ed344440c26ed61c5
parenta2ce3e82d5b3667683f3b413e9896fa30b2a9e11 (diff)
parent1a70c0fd39eed070c2c28fc0731fa689d15931c4 (diff)
downloadlibhardware-1b8e21aa2d4a48c3c0777929e723817995881f70.tar.gz
am 1a70c0fd: libhardware: deprecate POWER_HINT_VIDEO_ENCODE/_DECODE
* commit '1a70c0fd39eed070c2c28fc0731fa689d15931c4': libhardware: deprecate POWER_HINT_VIDEO_ENCODE/_DECODE
-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;