Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:last

120     // Skipping last layer since FrameBuffer layer should not affect
408 uint32_t last = (uint32_t)list->numHwLayers - 1;
409 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
482 uint32_t last = 0;
496 last = (uint32_t)list->numHwLayers - 1;
497 renderBuffer = (private_handle_t *)list->hwLayers[last].handle;
514 if(list->hwLayers[last].acquireFenceFd >=0) {
516 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd);
568 list->hwLayers[last].acquireFenceFd >= 0) {
569 close(list->hwLayers[last].acquireFenceFd);
570 list->hwLayers[last].acquireFenceFd = -1;