Searched defs:gralloc_implementation (Results 1 – 1 of 1) sorted by relevance
21 struct gralloc_implementation { struct22 void* lib;24 struct alloc_device_t* alloc_dev;25 struct gralloc_module_t* alloc_module;29 int alloc(int w, in alloc()38 int free(buffer_handle_t handle) { in free()42 void dumpAlloc(char* buffer, int buff_len) { in dumpAlloc()49 int registerBuffer(buffer_handle_t handle) { in registerBuffer()53 int unregisterBuffer(buffer_handle_t handle) { in unregisterBuffer()57 int lock(buffer_handle_t handle, int usage, in lock()[all …]