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 38 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/
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);
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 58 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);

Completed in 274 milliseconds