OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acquirefd
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp
313
int err = 0,
acquireFd
;
407
acquireFd
= layer->acquireFenceFd;
469
copybit->set_sync(copybit,
acquireFd
);
481
copybit->flush_get_fence(copybit, &
acquireFd
);
482
close(
acquireFd
);
483
acquireFd
= -1;
512
copybit->set_sync(copybit,
acquireFd
);
hwc_utils.cpp
609
int
acquireFd
[MAX_NUM_APP_LAYERS];
619
data.acq_fen_fd =
acquireFd
;
662
acquireFd
[count++] = list->outbufAcquireFenceFd;
669
acquireFd
[count++] = -1;
671
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
675
acquireFd
[count++] = -1;
677
//set the
acquireFD
from fd - which is coming from c2d
678
acquireFd
[count++] = fd;
683
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
646
int
acquireFd
[MAX_NUM_LAYERS];
661
data.acq_fen_fd =
acquireFd
;
703
acquireFd
[count++] = -1;
705
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
709
acquireFd
[count++] = -1;
711
//set the
acquireFD
from fd - which is coming from c2d
712
acquireFd
[count++] = fd;
717
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
606
int
acquireFd
[MAX_NUM_LAYERS];
620
data.acq_fen_fd =
acquireFd
;
661
acquireFd
[count++] = -1;
663
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
667
acquireFd
[count++] = -1;
669
//set the
acquireFD
from fd - which is coming from c2d
670
acquireFd
[count++] = fd;
675
acquireFd
[count++] = list->hwLayers[i].acquireFenceFd;
[
all
...]
Completed in 355 milliseconds