Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_CLIENT_ALLOCATED (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_priv_handle.h64 PRIV_FLAGS_CLIENT_ALLOCATED = 0x20000000, // Ion buffer allocated outside of gralloc enumerator
138 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
Dgr_buf_mgr.cpp214 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_priv_handle.h62 PRIV_FLAGS_CLIENT_ALLOCATED = 0x20000000, // Ion buffer allocated outside of gralloc enumerator
136 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
Dgr_buf_mgr.cpp242 if (hnd->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED) { in GetBufferFromHandleLocked()
276 if (hnd->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED) { in RetainBuffer()
293 if (hnd->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED) { in ReleaseBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_priv_handle.h69 PRIV_FLAGS_CLIENT_ALLOCATED = 0x20000000, // Ion buffer allocated outside of gralloc enumerator
143 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
Dgr_buf_mgr.cpp210 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_priv_handle.h68 PRIV_FLAGS_CLIENT_ALLOCATED = 0x20000000, // Ion buffer allocated outside of gralloc enumerator
142 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
Dgr_buf_mgr.cpp216 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp784 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp768 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()