Searched refs:gralloc_open (Results 1 – 13 of 13) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | gralloc.h | 371 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open() function
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
D | Gralloc0Allocator.cpp | 39 int result = gralloc_open(module, &mDevice); in Gralloc0Allocator()
|
D | Gralloc1On0Adapter.cpp | 63 int error = ::gralloc_open(&(mModule->common), &mDevice); in Gralloc1On0Adapter()
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | hal_public.h | 77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | hal_public.h | 77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | framebuffer.cpp | 362 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | framebuffer.cpp | 386 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | framebuffer.cpp | 405 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | framebuffer.cpp | 407 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/sdm845/libgralloc/ |
D | framebuffer.cpp | 409 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | framebuffer.cpp | 385 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | framebuffer.cpp | 415 status = gralloc_open(module, &gralloc_device); in fb_device_open()
|
/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 496 err = gralloc_open(module, &gr); in cnw_init()
|