Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_SW_LOCK (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/libgralloc/
Dmapper.cpp253 hnd->flags |= private_handle_t::PRIV_FLAGS_SW_LOCK; in gralloc_lock()
283 if ((hnd->flags & private_handle_t::PRIV_FLAGS_SW_LOCK)) { in gralloc_unlock()
289 hnd->flags &= ~private_handle_t::PRIV_FLAGS_SW_LOCK; in gralloc_unlock()
Dgralloc_priv.h145 PRIV_FLAGS_SW_LOCK = 0x00000080, enumerator