OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIV_FLAGS_USES_PMEM
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h
137
PRIV_FLAGS_USES_PMEM
= 0x00000002,
209
return (flags &
PRIV_FLAGS_USES_PMEM
) != 0;
/hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h
134
PRIV_FLAGS_USES_PMEM
= 0x00000002,
207
return (flags &
PRIV_FLAGS_USES_PMEM
) != 0;
/hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h
136
PRIV_FLAGS_USES_PMEM
= 0x00000002,
208
return (flags &
PRIV_FLAGS_USES_PMEM
) != 0;
Completed in 112 milliseconds