Lines Matching defs:ahb
219 auto ahb = allocate(width, height, *drmFormat); in createColorBuffer() local
284 void EmulatedGralloc::acquire(AHardwareBuffer* ahb) { in acquire()
289 void EmulatedGralloc::release(AHardwareBuffer* ahb) { in release()
294 int EmulatedGralloc::lock(AHardwareBuffer* ahb, uint8_t** ptr) { in lock()
299 int EmulatedGralloc::unlock(AHardwareBuffer* ahb) { in unlock()
305 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getHostHandle() local
310 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getHostHandle() local
314 const native_handle_t* EmulatedGralloc::getNativeHandle(const AHardwareBuffer* ahb) { in getNativeHandle()
319 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getFormat() local
324 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getFormat() local
329 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getFormatDrmFourcc() local
334 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getWidth() local
339 const auto* ahb = reinterpret_cast<const EmulatedAHardwareBuffer*>(handle); in getHeight() local
353 int EmulatedGralloc::getId(const AHardwareBuffer* ahb, uint64_t* id) { in getId()