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

  /hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp 58 int gralloc_lock(buffer_handle_t handle, function
85 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 277 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
398 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 255 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 255 int gralloc_lock(gralloc_module_t const* module, function
  /hardware/qcom/display/msm8998/libgralloc/
mapper.cpp 253 int gralloc_lock(gralloc_module_t const* module, function
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 1005 static int gralloc_lock(gralloc_module_t const* module, function
1018 ALOGE("gralloc_lock bad handle\n");
1062 ALOGE("gralloc_lock usage mismatch usage=0x%x cb->usage=0x%x\n", usage,
    [all...]

Completed in 1028 milliseconds