Searched defs:gralloc_map (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp38 static int gralloc_map(gralloc_module_t const* /*module*/, function
52 //ALOGD("gralloc_map() succeeded fd=%d, off=%d, size=%d, vaddr=%p",
124 return gralloc_map(module, handle, &vaddr);
144 return gralloc_map(module, hnd, &vaddr);
/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp55 static int gralloc_map(gralloc_module_t const* module, function
148 int err = gralloc_map(module, handle);
150 ALOGE("%s: gralloc_map failed", __FUNCTION__);
220 err = gralloc_map(module, handle);
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp55 static int gralloc_map(gralloc_module_t const* module, function
148 int err = gralloc_map(module, handle);
150 ALOGE("%s: gralloc_map failed", __FUNCTION__);
220 err = gralloc_map(module, handle);
/hardware/qcom/display/msm8909/libgralloc/
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module, function
161 int err = gralloc_map(module, handle);
163 ALOGE("%s: gralloc_map failed", __FUNCTION__);
236 err = gralloc_map(module, handle);
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp57 static int gralloc_map(gralloc_module_t const* module, function
144 int err = gralloc_map(module, handle);
146 ALOGE("%s: gralloc_map failed", __FUNCTION__);
214 err = gralloc_map(module, handle);
/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp79 static int gralloc_map(gralloc_module_t const* module, function
226 err = gralloc_map(module, handle);
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module, function
163 int err = gralloc_map(module, handle);
165 ALOGE("%s: gralloc_map failed", __FUNCTION__);
218 err = gralloc_map(module, handle);

Completed in 308 milliseconds