Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_NON_CPU_WRITER (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/sdm845/display/gralloc/
Dgr_priv_handle.h44 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgr_buf_mgr.cpp292 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_priv_handle.h46 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgr_buf_mgr.cpp416 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_priv_handle.h44 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgr_buf_mgr.cpp424 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_priv_handle.h51 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgr_buf_mgr.cpp435 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
/hardware/qcom/display/msm8909/gralloc/
Dgr_priv_handle.h50 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgr_buf_mgr.cpp332 && (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) { in LockBuffer()
438 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc_priv.h194 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgpu.cpp150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
Dmapper.cpp237 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h189 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgpu.cpp171 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
Dmapper.cpp238 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
/hardware/qcom/display/msm8998/libgralloc/
Dgralloc_priv.h213 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgralloc_priv.h206 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
Dgpu.cpp150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
Dmapper.cpp236 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
Dmapper.cpp236 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Mem.cpp1110 (private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)){ in cacheOps()