HomeSort by relevance Sort by last modified time
    Searched refs:PRIV_FLAGS_DO_NOT_FLUSH (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/libgralloc/
mapper.cpp 230 hnd->flags |= private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH;
292 } else if(hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) {
293 hnd->flags &= ~private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH;
gralloc_priv.h 141 PRIV_FLAGS_DO_NOT_FLUSH = 0x00000040,
  /hardware/qcom/display/libcopybit/
copybit.cpp 465 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) {

Completed in 26 milliseconds