Use separate shared memory for different sensors |
|||
Issue descriptionCurrently the generic sensor code initializes a chunk of shared memory and use it for different sensors. It would be better to initialize separate shared memory for different sensors. This makes sense for the sensor permission request since allowing one sensor won't automatically expose the shared memory that is used for all sensor types.
,
May 15 2018
,
May 15 2018
,
May 15 2018
If using many shared buffers is inefficient then an alternative is dividing up sensors based on the level of permission required. |
|||
►
Sign in to add a comment |
|||
Comment 1 by mattcary@chromium.org
, Jan 24 2018