Home
last modified time | relevance | path

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

/hardware/msm7k/libgralloc-qsd8k/
Dmapper.cpp249 hnd->flags |= private_handle_t::PRIV_FLAGS_NEEDS_FLUSH; in gralloc_lock()
281 if (hnd->flags & private_handle_t::PRIV_FLAGS_NEEDS_FLUSH) { in gralloc_unlock()
290 hnd->flags &= ~private_handle_t::PRIV_FLAGS_NEEDS_FLUSH; in gralloc_unlock()
Dgralloc_priv.h98 PRIV_FLAGS_NEEDS_FLUSH = 0x00000008, enumerator
/hardware/qcom/display/libgralloc/
Dmapper.cpp259 hnd->flags |= private_handle_t::PRIV_FLAGS_NEEDS_FLUSH; in gralloc_lock()
273 if (hnd->flags & private_handle_t::PRIV_FLAGS_NEEDS_FLUSH) { in gralloc_unlock()
280 hnd->flags &= ~private_handle_t::PRIV_FLAGS_NEEDS_FLUSH; in gralloc_unlock()
Dgralloc_priv.h143 PRIV_FLAGS_NEEDS_FLUSH = 0x00000020, enumerator