OSDN Git Service

libui: Adds C++ shim for gralloc1
authorDan Stoza <stoza@google.com>
Fri, 20 May 2016 19:14:37 +0000 (12:14 -0700)
committerDan Stoza <stoza@google.com>
Mon, 13 Jun 2016 20:29:24 +0000 (13:29 -0700)
commit41b1261e233e78553ad4e3a11dda80b1c5df07c5
tree49d34d1505f0e666d5a8e75eb957626eb8344d1c
parent1e2a2a0ee81401072d9fc0f842c7ec1a915c5a07
libui: Adds C++ shim for gralloc1

Adds a C++ shim which wraps a gralloc1 device and provides a somewhat
nicer interface to the rest of the system.

Bug: 28401203
Change-Id: I934ed41999bd4b9aa04d9ad8d40e7f8fba6f30ee
include/ui/Gralloc1.h [new file with mode: 0644]
libs/ui/Android.mk
libs/ui/Gralloc1.cpp [new file with mode: 0644]