Home
last modified time | relevance | path

Searched refs:gralloc_open (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc.h404 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open() function
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc0Hal.h54 int result = gralloc_open(module, &mDevice); in initWithModule()
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp362 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dframebuffer.cpp409 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp402 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp385 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp386 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dframebuffer.cpp409 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp415 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp64 int error = ::gralloc_open(&(mModule->common), &mDevice); in Gralloc1On0Adapter()
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c496 err = gralloc_open(module, &gr); in cnw_init()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dframebuffer_device.cpp573 status = gralloc_open(module, &gralloc_device); in framebuffer_device_open()