/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 46 static int gralloc_map(gralloc_module_t const* module, function 60 //ALOGD("gralloc_map() succeeded fd=%d, off=%d, size=%d, vaddr=%p", 136 return gralloc_map(module, handle, &vaddr); 156 return gralloc_map(module, hnd, &vaddr);
|
/hardware/samsung_slsi/exynos5/gralloc/ |
mapper.cpp | 40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) function 77 return gralloc_map(module, hnd); 104 err = gralloc_map(module, handle); 168 gralloc_map(module, hnd);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, function 145 int err = gralloc_map(module, handle); 147 ALOGE("%s: gralloc_map failed", __FUNCTION__); 215 err = gralloc_map(module, handle);
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, function 145 int err = gralloc_map(module, handle); 147 ALOGE("%s: gralloc_map failed", __FUNCTION__); 215 err = gralloc_map(module, handle);
|
/hardware/qcom/display/msm8974/libgralloc/ |
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, function 145 int err = gralloc_map(module, handle); 147 ALOGE("%s: gralloc_map failed", __FUNCTION__); 215 err = gralloc_map(module, handle);
|