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

  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
Gralloc0Hal.h 54 int result = gralloc_open(module, &mDevice);
  /hardware/libhardware/include/hardware/
gralloc.h 371 static inline int gralloc_open(const struct hw_module_t* module, function
  /device/google/contexthub/sensorhal/
directchannel.cpp 98 err = ::gralloc_open(module, &mAllocDevice);
105 ALOGE("gralloc_open returns no error, but result is nullptr");
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
hal_public.h 77 return gralloc_open(m, (alloc_device_t **)d);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
hal_public.h 77 return gralloc_open(m, (alloc_device_t **)d);
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 456 status = gralloc_open(module, &gralloc_device);
  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 432 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 385 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 386 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 409 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8909w_3100/libgralloc/
framebuffer.cpp 409 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 362 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 415 status = gralloc_open(module, &gralloc_device);
  /hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp 402 status = gralloc_open(module, &gralloc_device);
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.cpp 64 int error = ::gralloc_open(&(mModule->common), &mDevice);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 496 err = gralloc_open(module, &gr);

Completed in 288 milliseconds