Searched refs:gralloc_map (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/modules/gralloc/ |
D | mapper.cpp | 46 static int gralloc_map(gralloc_module_t const* /*module*/, in gralloc_map() function 132 return gralloc_map(module, handle, &vaddr); in gralloc_register_buffer() 152 return gralloc_map(module, hnd, &vaddr); in mapBuffer()
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | mapper.cpp | 40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) in gralloc_map() function 155 gralloc_map(module, hnd); in gralloc_lock()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | mapper.cpp | 57 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() function 144 int err = gralloc_map(module, handle); in gralloc_register_buffer() 214 err = gralloc_map(module, handle); in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | mapper.cpp | 57 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() function 144 int err = gralloc_map(module, handle); in gralloc_register_buffer() 214 err = gralloc_map(module, handle); in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() function 148 int err = gralloc_map(module, handle); in gralloc_register_buffer() 220 err = gralloc_map(module, handle); in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() function 148 int err = gralloc_map(module, handle); in gralloc_register_buffer() 220 err = gralloc_map(module, handle); in gralloc_map_and_invalidate()
|