HomeSort by relevance Sort by last modified time
    Searched defs:gralloc_lock (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp 55 int gralloc_lock(buffer_handle_t handle, function
72 ALOGV("gralloc_lock: handle is %p, usage is %x, vaddr is %p.\n", handle, usage, *vaddr);
  /hardware/libhardware/modules/gralloc/
mapper.cpp 158 int gralloc_lock(gralloc_module_t const* /*module*/, function
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 275 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr) function
396 base.lock = gralloc_lock;
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 241 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 241 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 262 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 234 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 252 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 244 int gralloc_lock(gralloc_module_t const* module, function
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 601 static int gralloc_lock(gralloc_module_t const* module, function
613 ALOGE("gralloc_lock bad handle\n");
619 ALOGE("gralloc_lock can't be used with YCbCr_420_888 format");
643 ALOGE("gralloc_lock usage mismatch usage=0x%x cb->usage=0x%x\n", usage,
683 ALOGE("gralloc_lock cacheFlush failed postCount=%d sw_read=%d\n",
689 D("gralloc_lock read back color buffer %d %d\n", cb->width, cb->height);
712 DD("gralloc_lock success. vaddr: %p, *vaddr: %p, usage: %x, cpu_addr: %p",
1018 lock: gralloc_lock,
    [all...]

Completed in 437 milliseconds