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

  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.cpp 187 case GRALLOC1_ERROR_NOT_SHARED:
299 if (error != GRALLOC1_ERROR_NONE && error != GRALLOC1_ERROR_NOT_SHARED) {
Gralloc1On0Adapter.cpp 313 error = GRALLOC1_ERROR_NOT_SHARED;
  /device/google/contexthub/sensorhal/
directchannel.cpp 220 case GRALLOC1_ERROR_NOT_SHARED:
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc1.h 157 case GRALLOC1_ERROR_NOT_SHARED:
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc1.h 157 case GRALLOC1_ERROR_NOT_SHARED:
  /hardware/interfaces/graphics/mapper/2.0/default/
Gralloc1Mapper.cpp 104 case GRALLOC1_ERROR_NOT_SHARED:
  /hardware/libhardware/include/hardware/
gralloc1.h 166 GRALLOC1_ERROR_NOT_SHARED = 4,
686 * stores and return GRALLOC1_ERROR_NOT_SHARED if it is successful.
697 * lead to a GRALLOC1_ERROR_NO_RESOURCES error), GRALLOC1_ERROR_NOT_SHARED if
713 * GRALLOC1_ERROR_NOT_SHARED - allocation was successful, but required more
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 120 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status;
150 return GRALLOC1_ERROR_NOT_SHARED;
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.cpp 117 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status;
147 return GRALLOC1_ERROR_NOT_SHARED;

Completed in 6356 milliseconds