Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc.h353 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open() function
/hardware/samsung_slsi/exynos5/gralloc/
Dframebuffer.cpp221 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/intel/img/hwcomposer/common/buffers/
DBufferManager.cpp65 gralloc_open(module, &mAllocDev); in initialize()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp60 err = gralloc_open(gModule, &gAllocDev); in gfx_alloc()
88 err = gralloc_open(gModule, &gAllocDev); in gfx_free()
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp362 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8974/libgralloc/
Dframebuffer.cpp368 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp383 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp382 status = gralloc_open(module, &gralloc_device); in fb_device_open()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c496 err = gralloc_open(module, &gr); in cnw_init()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c858 gralloc_open(module, &(pProxy->mAllocDev)); in COLORCONVERT_open()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c871 gralloc_open(module, &(pProxy->mAllocDev)); in COLORCONVERT_open()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c1013 gralloc_open(module, &(pProxy->mAllocDev)); in COLORCONVERT_open()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c1060 gralloc_open(module, &(pProxy->mAllocDev)); in COLORCONVERT_open()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp2081 if (gralloc_open((const hw_module_t *)dev->gralloc_module, in exynos5_open()