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

  /hardware/libhardware/include/hardware/
gralloc.h 123 * been created with (*alloc_device_t::alloc)() can be used.
132 * with (*alloc_device_t::alloc)().
215 typedef struct alloc_device_t { struct
228 int (*alloc)(struct alloc_device_t* dev,
242 int (*free)(struct alloc_device_t* dev,
249 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
252 } alloc_device_t; typedef in typeref:struct:alloc_device_t
258 struct alloc_device_t** device) {
263 static inline int gralloc_close(struct alloc_device_t* device) {
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 43 alloc_device_t device;
47 static int gralloc_alloc_buffer(alloc_device_t* dev,
104 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev,
157 static int gralloc_alloc_framebuffer(alloc_device_t* dev,
168 static int gralloc_alloc_buffer(alloc_device_t* dev,
199 static int gralloc_alloc(alloc_device_t* dev,
247 static int gralloc_free(alloc_device_t* dev,
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 79 alloc_device_t* grDev;
GraphicBufferAllocator.h 90 alloc_device_t *mAllocDev;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 57 alloc_device_t device;
61 static int gralloc_alloc_buffer(alloc_device_t* dev,
309 static int gralloc_alloc(alloc_device_t* dev,
354 static int gralloc_free(alloc_device_t* dev,
framebuffer.cpp 183 alloc_device_t* gralloc_device;
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 77 alloc_device_t device;
129 static int gralloc_alloc(alloc_device_t* dev,
357 static int gralloc_free(alloc_device_t* dev,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 131 alloc_device_t* mAllocDev;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 130 alloc_device_t* mAllocDev;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 116 alloc_device_t *alloc_device;
    [all...]

Completed in 891 milliseconds