Home | History | Annotate | Download | only in 1.0

Lines Matching refs:getFdCount

309     size_t const baseNumFds = l.getFdCount();
540 size_t const baseNumFds = l.getFdCount();
597 inline size_t getFdCount(
692 inline size_t getFdCount(
694 return getFdCount(t.gpuCompositionDoneFence) +
695 getFdCount(t.displayPresentFence) +
696 getFdCount(t.displayRetireFence) +
697 getFdCount(t.releaseFence);
795 inline size_t getFdCount(
799 numFds += getFdCount(t.deltas[i]);
876 size_t const baseNumFds = getFdCount(t);