OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RotMem
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h
45
we don't need this
RotMem
wrapper. The inner class is sufficient.
47
struct
RotMem
{
69
RotMem
() : _curr(0) {}
73
RotMem
& operator++() { ++_curr; return *this; }
103
RotMem
mMem;
/hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h
45
we don't need this
RotMem
wrapper. The inner class is sufficient.
47
struct
RotMem
{
69
RotMem
() : _curr(0) {}
73
RotMem
& operator++() { ++_curr; return *this; }
103
RotMem
mMem;
/hardware/qcom/display/msm8x26/liboverlay/
overlayRotator.h
45
we don't need this
RotMem
wrapper. The inner class is sufficient.
47
struct
RotMem
{
69
RotMem
() : _curr(0) {}
73
RotMem
& operator++() { ++_curr; return *this; }
102
RotMem
mMem;
Completed in 192 milliseconds