Lines Matching refs:getFdCount
311 size_t const baseNumFds = l.getFdCount(); in wrapAs()
542 size_t const baseNumFds = l.getFdCount(); in wrapAs()
599 inline size_t getFdCount( in getFdCount() function
694 inline size_t getFdCount( in getFdCount() function
696 return getFdCount(t.gpuCompositionDoneFence) + in getFdCount()
697 getFdCount(t.displayPresentFence) + in getFdCount()
698 getFdCount(t.displayRetireFence) + in getFdCount()
699 getFdCount(t.releaseFence); in getFdCount()
797 inline size_t getFdCount( in getFdCount() function
801 numFds += getFdCount(t.deltas[i]); in getFdCount()
878 size_t const baseNumFds = getFdCount(t); in convertTo()