Searched refs:mAllocDev (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 39 : mAllocDev(0) in GraphicBufferAllocator() 45 gralloc_open(module, &mAllocDev); in GraphicBufferAllocator() 51 gralloc_close(mAllocDev); in ~GraphicBufferAllocator() 80 if (mAllocDev->common.version >= 1 && mAllocDev->dump) { in dump() 81 mAllocDev->dump(mAllocDev, buffer, SIZE); in dump() 105 err = mAllocDev->alloc(mAllocDev, w, h, format, usage, handle, stride); in alloc() 137 err = mAllocDev->free(mAllocDev, handle); in free()
|
/frameworks/native/include/ui/ |
D | GraphicBufferAllocator.h | 90 alloc_device_t *mAllocDev; variable
|