Lines Matching defs:ahb
42 void GoldfishGralloc::acquire(AHardwareBuffer* ahb) { AHardwareBuffer_acquire(ahb); } in acquire()
44 void GoldfishGralloc::release(AHardwareBuffer* ahb) { AHardwareBuffer_release(ahb); } in release()
46 int GoldfishGralloc::lock(AHardwareBuffer* ahb, uint8_t** ptr) { in lock()
51 int GoldfishGralloc::unlock(AHardwareBuffer* ahb) { return AHardwareBuffer_unlock(ahb, nullptr); } in unlock()
64 uint32_t GoldfishGralloc::getHostHandle(const AHardwareBuffer* ahb) { in getHostHandle()
69 const native_handle_t* GoldfishGralloc::getNativeHandle(const AHardwareBuffer* ahb) { in getNativeHandle()
77 int GoldfishGralloc::getFormat(const AHardwareBuffer* ahb) { in getFormat()
86 uint32_t GoldfishGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc()
91 uint32_t GoldfishGralloc::getWidth(const AHardwareBuffer* ahb) { in getWidth()
97 uint32_t GoldfishGralloc::getHeight(const AHardwareBuffer* ahb) { in getHeight()
107 size_t GoldfishGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize()
112 int GoldfishGralloc::getId(const AHardwareBuffer* ahb, uint64_t* id) { in getId()