Skip to content

Commit

Permalink
gralloc: add secure display flag (hax)
Browse files Browse the repository at this point in the history
Needed for CyanogenMod/android_frameworks_native@507b243

:|

Change-Id: Id7fd76f07d68abf6e5e0e876e703bfebfd7d5777
  • Loading branch information
Daz Jones committed Nov 17, 2013
1 parent 5db15b8 commit 0369126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libgralloc/gralloc_priv.h
Expand Up @@ -93,6 +93,9 @@ enum {
*/
GRALLOC_USAGE_PRIVATE_CP_BUFFER = 0x00400000,

/* This flag is used for SECURE display usecase */
GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY = 0x00800000,

/* Legacy heaps - these heaps are no-ops so we are making them zero
* The flags need to be around to compile certain HALs which have
* not cleaned up the code
Expand Down

0 comments on commit 0369126

Please sign in to comment.