/hardware/qcom/sdm845/display/gralloc/ |
D | gr_priv_handle.h | 44 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gr_buf_mgr.cpp | 292 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 46 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gr_buf_mgr.cpp | 416 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 44 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gr_buf_mgr.cpp | 424 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_priv_handle.h | 51 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gr_buf_mgr.cpp | 435 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in GetHandleFlags()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 50 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gr_buf_mgr.cpp | 332 && (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/ |
D | gralloc_priv.h | 194 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gpu.cpp | 150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
|
D | mapper.cpp | 237 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc_priv.h | 189 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gpu.cpp | 171 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
|
D | mapper.cpp | 238 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | gralloc_priv.h | 213 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gralloc_priv.h | 206 PRIV_FLAGS_NON_CPU_WRITER = 0x00000080, enumerator
|
D | gpu.cpp | 150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
|
D | mapper.cpp | 236 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 150 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
|
D | mapper.cpp | 236 (hnd->flags & private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)) in gralloc_map_and_invalidate()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 1110 (private_handle_t::PRIV_FLAGS_NON_CPU_WRITER)){ in cacheOps()
|