Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_USES_PMEM_ADSP (Results 1 – 6 of 6) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
Dgpu.cpp138 flags |= private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP; in gralloc_alloc_buffer()
145 (flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP) != 0) { in gralloc_alloc_buffer()
150 if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP) != 0) { in gralloc_alloc_buffer()
154 flags &= ~private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP; in gralloc_alloc_buffer()
286 } else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP) { in free_impl()
Dmapper.cpp175 (hnd->flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP)) { in terminateBuffer()
244 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP; in gralloc_lock()
Dgralloc_priv.h97 PRIV_FLAGS_USES_PMEM_ADSP = 0x00000004, enumerator
/hardware/qcom/display/libgralloc/
Dgralloc_priv.h140 PRIV_FLAGS_USES_PMEM_ADSP = 0x00000004, enumerator
Dmapper.cpp201 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP | in terminateBuffer()
/hardware/qcom/display/libcopybit/
Dcopybit_c2d.cpp265 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP)) in c2d_get_gpuaddr()