OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrIndex
(Results
1 - 16
of
16
) sorted by null
/hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp
75
RotMem::RotMem() :
mCurrIndex
(0) {
92
if(mRelFence[
mCurrIndex
] >= 0) {
97
ret = sync_wait(mRelFence[
mCurrIndex
], 1000);
102
::close(mRelFence[
mCurrIndex
]);
104
mRelFence[
mCurrIndex
] = fence;
overlayMdpRot.cpp
216
mMem.
mCurrIndex
= 0;
231
mMem.mRotOffset[mMem.
mCurrIndex
];
232
mMem.
mCurrIndex
=
233
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
overlayMdssRot.cpp
145
mMem.mRotOffset[mMem.
mCurrIndex
];
146
mMem.
mCurrIndex
=
147
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
235
mMem.
mCurrIndex
= 0;
overlayRotator.h
62
uint32_t
mCurrIndex
;
/hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp
112
RotMem::RotMem() :
mCurrIndex
(0) {
129
if(mRelFence[
mCurrIndex
] >= 0) {
134
ret = sync_wait(mRelFence[
mCurrIndex
], 1000);
139
::close(mRelFence[
mCurrIndex
]);
141
mRelFence[
mCurrIndex
] = fence;
146
uint32_t prevIndex = (
mCurrIndex
+ numRotBufs - 1) % (numRotBufs);
overlayMdpRot.cpp
243
mMem.
mCurrIndex
= 0;
261
mMem.mRotOffset[mMem.
mCurrIndex
];
271
mMem.
mCurrIndex
=
272
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
overlayMdssRot.cpp
201
mMem.mRotOffset[mMem.
mCurrIndex
];
211
mMem.
mCurrIndex
=
212
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
295
mMem.
mCurrIndex
= 0;
overlayRotator.h
62
uint32_t
mCurrIndex
;
/hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp
112
RotMem::RotMem() :
mCurrIndex
(0) {
129
if(mRelFence[
mCurrIndex
] >= 0) {
134
ret = sync_wait(mRelFence[
mCurrIndex
], 1000);
139
::close(mRelFence[
mCurrIndex
]);
141
mRelFence[
mCurrIndex
] = fence;
146
uint32_t prevIndex = (
mCurrIndex
+ numRotBufs - 1) % (numRotBufs);
overlayMdpRot.cpp
243
mMem.
mCurrIndex
= 0;
261
mMem.mRotOffset[mMem.
mCurrIndex
];
271
mMem.
mCurrIndex
=
272
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
overlayMdssRot.cpp
201
mMem.mRotOffset[mMem.
mCurrIndex
];
211
mMem.
mCurrIndex
=
212
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
295
mMem.
mCurrIndex
= 0;
overlayRotator.h
62
uint32_t
mCurrIndex
;
/hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp
76
RotMem::RotMem() :
mCurrIndex
(0) {
93
if(mRelFence[
mCurrIndex
] >= 0) {
98
ret = sync_wait(mRelFence[
mCurrIndex
], 1000);
103
::close(mRelFence[
mCurrIndex
]);
105
mRelFence[
mCurrIndex
] = fence;
overlayMdpRot.cpp
235
mMem.
mCurrIndex
= 0;
250
mMem.mRotOffset[mMem.
mCurrIndex
];
251
mMem.
mCurrIndex
=
252
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
overlayMdssRot.cpp
169
mMem.mRotOffset[mMem.
mCurrIndex
];
170
mMem.
mCurrIndex
=
171
(mMem.
mCurrIndex
+ 1) % mMem.mem.numBufs();
259
mMem.
mCurrIndex
= 0;
overlayRotator.h
62
uint32_t
mCurrIndex
;
Completed in 824 milliseconds