am a2ce3e82: am 501fc0f1: Power: Add multimedia hints

* commit 'a2ce3e82d5b3667683f3b413e9896fa30b2a9e11':
  Power: Add multimedia hints
This commit is contained in:
Mekala Natarajan 2013-06-25 17:02:04 -07:00 committed by Android Git Automerger
commit d3d8cd25e9

View file

@ -28,7 +28,6 @@ __BEGIN_DECLS
#define POWER_MODULE_API_VERSION_0_1 HARDWARE_MODULE_API_VERSION(0, 1)
#define POWER_MODULE_API_VERSION_0_2 HARDWARE_MODULE_API_VERSION(0, 2)
/**
* The id of this module
*/
@ -41,6 +40,8 @@ __BEGIN_DECLS
typedef enum {
POWER_HINT_VSYNC = 0x00000001,
POWER_HINT_INTERACTION = 0x00000002,
POWER_HINT_VIDEO_ENCODE = 0x00000003,
POWER_HINT_VIDEO_DECODE = 0x00000004
} power_hint_t;
/**