Searched refs:PRIV_FLAGS_CLIENT_ALLOCATED (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 64 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()
|
D | gr_buf_mgr.cpp | 214 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 62 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()
|
D | gr_buf_mgr.cpp | 242 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/ |
D | gr_priv_handle.h | 69 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()
|
D | gr_buf_mgr.cpp | 210 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 68 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()
|
D | gr_buf_mgr.cpp | 216 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_mgr.cpp | 784 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_buf_mgr.cpp | 768 if (!(handle->flags & private_handle_t::PRIV_FLAGS_CLIENT_ALLOCATED)) { in FreeBuffer()
|