HomeSort by relevance Sort by last modified time
    Searched defs:alloc_device_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 143 * been created with (*alloc_device_t::alloc)() can be used.
152 * with (*alloc_device_t::alloc)().
255 typedef struct alloc_device_t { struct
272 int (*alloc)(struct alloc_device_t* dev,
286 int (*free)(struct alloc_device_t* dev,
293 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
296 } alloc_device_t; typedef in typeref:struct:alloc_device_t
302 struct alloc_device_t** device) {
307 static inline int gralloc_close(struct alloc_device_t* device) {
  /hardware/libhardware/include/hardware/
gralloc.h 150 * been created with (*alloc_device_t::alloc)() can be used.
159 * with (*alloc_device_t::alloc)().
316 typedef struct alloc_device_t { struct
333 int (*alloc)(struct alloc_device_t* dev,
347 int (*free)(struct alloc_device_t* dev,
354 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
357 } alloc_device_t; typedef in typeref:struct:alloc_device_t
363 struct alloc_device_t** device) {
368 static inline int gralloc_close(struct alloc_device_t* device) {

Completed in 57 milliseconds