Add getBufferCount to overlay HAL
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
This commit is contained in:
parent
37156b8db0
commit
e97d33d5ee
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ struct overlay_data_device_t {
|
||||||
/* returns the address of a given buffer if supported, NULL otherwise. */
|
/* returns the address of a given buffer if supported, NULL otherwise. */
|
||||||
void* (*getBufferAddress)(struct overlay_data_device_t *dev,
|
void* (*getBufferAddress)(struct overlay_data_device_t *dev,
|
||||||
overlay_buffer_t buffer);
|
overlay_buffer_t buffer);
|
||||||
|
int (*getBufferCount)(struct overlay_data_device_t *dev);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue