Merge "Add NATIVE_WINDOW_CONSUMER_IS_PROTECTED enum" into oc-dev am: 6399d45725

am: 9815189c9d

Change-Id: Ie349a765da66ae6b140a17d9062c180a52e77cb3
This commit is contained in:
Jiwen Cai 2017-05-02 16:25:11 +00:00 committed by android-build-merger
commit 6f273c95de
1 changed files with 6 additions and 0 deletions

View File

@ -334,6 +334,12 @@ enum {
* present info, 0 if it won't.
*/
NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT = 18,
/*
* The consumer end is capable of handling protected buffers, i.e. buffer
* with GRALLOC_USAGE_PROTECTED usage bits on.
*/
NATIVE_WINDOW_CONSUMER_IS_PROTECTED = 19,
};
/* Valid operations for the (*perform)() hook.