HomeSort by relevance Sort by last modified time
    Searched refs:gralloc_map (Results 1 - 6 of 6) sorted by null

  /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",
132 return gralloc_map(module, handle, &vaddr);
152 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
155 gralloc_map(module, hnd);
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 55 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/
mapper.cpp 55 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/msm8960/libgralloc/
mapper.cpp 57 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/msm8974/libgralloc/
mapper.cpp 57 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);

Completed in 362 milliseconds