OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIV_FLAGS_DO_NOT_FLUSH
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8x26/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/msm8960/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
142
PRIV_FLAGS_DO_NOT_FLUSH
= 0x00000040,
/hardware/qcom/display/msm8974/libgralloc/
mapper.cpp
231
hnd->flags |= private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
;
294
} else if(hnd->flags & private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
) {
295
hnd->flags &= ~private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
;
gralloc_priv.h
139
PRIV_FLAGS_DO_NOT_FLUSH
= 0x00000040,
/hardware/qcom/display/msm8960/libcopybit/
copybit.cpp
463
if(src_hnd != NULL && src_hnd->flags & private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
) {
/hardware/qcom/display/msm8974/libcopybit/
copybit.cpp
497
if(src_hnd != NULL && src_hnd->flags & private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
) {
/hardware/qcom/display/msm8x26/libcopybit/
copybit.cpp
463
if(src_hnd != NULL && src_hnd->flags & private_handle_t::
PRIV_FLAGS_DO_NOT_FLUSH
) {
Completed in 171 milliseconds