Searched defs:PRIV_FLAGS_USES_PMEM (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h137 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon793
209 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h134 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon858
207 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc_priv.h136 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon930
208 return (flags & PRIV_FLAGS_USES_PMEM) != 0;

Completed in 773 milliseconds