From c216a795af53434378db90a790488365aff6bf2a Mon Sep 17 00:00:00 2001 From: Peng Xu Date: Tue, 24 Jan 2017 02:58:07 -0800 Subject: [PATCH] Add dataspace for sensor direct report This CL syncs change in HAL. Test: compiles Change-Id: I6b6dca9ca68f25b6d68df2db1605cc31cca0beae --- include/system/graphics-base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/system/graphics-base.h b/include/system/graphics-base.h index 32b077ab7..ecbc81d42 100644 --- a/include/system/graphics-base.h +++ b/include/system/graphics-base.h @@ -99,6 +99,7 @@ typedef enum { HAL_DATASPACE_BT2020_LINEAR = 138805248, // ((STANDARD_BT2020 | TRANSFER_LINEAR) | RANGE_FULL) HAL_DATASPACE_BT2020 = 147193856, // ((STANDARD_BT2020 | TRANSFER_SMPTE_170M) | RANGE_FULL) HAL_DATASPACE_DEPTH = 4096, // 0x1000 + HAL_DATASPACE_SENSOR = 4097, // 0x1001 } android_dataspace_t; typedef enum {