Home
last modified time | relevance | path

Searched refs:LOCK_STATE_MAPPED (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_buffer.h88 LOCK_STATE_MAPPED = 1 << 30, enumerator
/device/linaro/hikey/gralloc/
Dgralloc_priv.h154 LOCK_STATE_MAPPED = 1 << 30, enumerator
Dalloc_device.cpp216 lock_state = private_handle_t::LOCK_STATE_MAPPED; in gralloc_alloc_buffer()
292 private_handle_t::LOCK_STATE_MAPPED, ump_id, ump_mem_handle); in gralloc_alloc_buffer()
Dgralloc_module.cpp261 hnd->lockState &= ~(private_handle_t::LOCK_STATE_MAPPED); in gralloc_unregister_buffer()