* commit 'a2ce3e82d5b3667683f3b413e9896fa30b2a9e11': Power: Add multimedia hints
This commit is contained in:
commit
d3d8cd25e9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue