Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc.h371 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open() function
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc0Allocator.cpp39 int result = gralloc_open(module, &mDevice); in Gralloc0Allocator()
DGralloc1On0Adapter.cpp63 int error = ::gralloc_open(&(mModule->common), &mDevice); in Gralloc1On0Adapter()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dhal_public.h77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dhal_public.h77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp362 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp386 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8996/libgralloc/
Dframebuffer.cpp405 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8909/libgralloc/
Dframebuffer.cpp407 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/sdm845/libgralloc/
Dframebuffer.cpp409 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp385 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8994/libgralloc/
Dframebuffer.cpp415 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c496 err = gralloc_open(module, &gr); in cnw_init()