OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayerRotMap
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
164
ctx->
mLayerRotMap
[i] = new LayerRotMap();
227
if(ctx->
mLayerRotMap
[i]) {
228
delete ctx->
mLayerRotMap
[i];
229
ctx->
mLayerRotMap
[i] = NULL;
628
for(uint32_t i = 0; i < ctx->
mLayerRotMap
[dpy]->getCount(); i++) {
635
&ctx->
mLayerRotMap
[dpy]->getLayer(i)->acquireFenceFd;
638
rotData.session_id = ctx->
mLayerRotMap
[dpy]->getRot(i)->getSessId();
645
close(ctx->
mLayerRotMap
[dpy]->getLayer(i)->acquireFenceFd);
647
ctx->
mLayerRotMap
[dpy]->getLayer(i)->acquireFenceFd =
651
ctx->
mLayerRotMap
[dpy]->getLayer(i)->releaseFenceFd
[
all
...]
hwc.cpp
109
if(ctx->
mLayerRotMap
[i])
110
ctx->
mLayerRotMap
[i]->reset();
hwc_utils.h
370
qhwc::LayerRotMap *
mLayerRotMap
[MAX_DISPLAYS];
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
230
ctx->
mLayerRotMap
[i] = new LayerRotMap();
296
if(ctx->
mLayerRotMap
[i]) {
297
delete ctx->
mLayerRotMap
[i];
298
ctx->
mLayerRotMap
[i] = NULL;
678
for(uint32_t i = 0; i < ctx->
mLayerRotMap
[dpy]->getCount(); i++) {
681
ctx->
mLayerRotMap
[dpy]->getLayer(i)->acquireFenceFd;
683
rotData.session_id = ctx->
mLayerRotMap
[dpy]->getRot(i)->getSessId();
690
ctx->
mLayerRotMap
[dpy]->getLayer(i)->releaseFenceFd =
761
ctx->
mLayerRotMap
[dpy]->setReleaseFd(releaseFd);
983
ctx->
mLayerRotMap
[dpy]->add(layer, *rot)
[
all
...]
hwc.cpp
106
if(ctx->
mLayerRotMap
[i])
107
ctx->
mLayerRotMap
[i]->reset();
hwc_utils.h
321
qhwc::LayerRotMap *
mLayerRotMap
[MAX_DISPLAYS];
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
191
ctx->
mLayerRotMap
[i] = new LayerRotMap();
257
if(ctx->
mLayerRotMap
[i]) {
258
delete ctx->
mLayerRotMap
[i];
259
ctx->
mLayerRotMap
[i] = NULL;
636
for(uint32_t i = 0; i < ctx->
mLayerRotMap
[dpy]->getCount(); i++) {
639
ctx->
mLayerRotMap
[dpy]->getLayer(i)->acquireFenceFd;
641
rotData.session_id = ctx->
mLayerRotMap
[dpy]->getRot(i)->getSessId();
648
ctx->
mLayerRotMap
[dpy]->getLayer(i)->releaseFenceFd =
719
ctx->
mLayerRotMap
[dpy]->setReleaseFd(releaseFd);
929
ctx->
mLayerRotMap
[dpy]->add(layer, *rot)
[
all
...]
hwc.cpp
106
if(ctx->
mLayerRotMap
[i])
107
ctx->
mLayerRotMap
[i]->reset();
hwc_utils.h
321
qhwc::LayerRotMap *
mLayerRotMap
[MAX_DISPLAYS];
Completed in 1608 milliseconds