Home
last modified time | relevance | path

Searched refs:GRALLOC1_ERROR_NOT_SHARED (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h205 case GRALLOC1_ERROR_NOT_SHARED: in toError()
317 if (error != GRALLOC1_ERROR_NONE && error != GRALLOC1_ERROR_NOT_SHARED) { in allocateOneBuffer()
/hardware/libhardware/include/hardware/
Dgralloc1.h169 GRALLOC1_ERROR_NOT_SHARED = 4, enumerator
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h243 case GRALLOC1_ERROR_NOT_SHARED: in toError()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp121 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()
152 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_mgr.cpp120 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()
151 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp121 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()
152 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp120 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()
151 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp319 error = GRALLOC1_ERROR_NOT_SHARED; in allocateHook()