Lines Matching refs:getFdCount
316 size_t const baseNumFds = l.getFdCount(); in wrapAs()
547 size_t const baseNumFds = l.getFdCount(); in wrapAs()
604 inline size_t getFdCount( in getFdCount() function
699 inline size_t getFdCount( in getFdCount() function
701 return getFdCount(t.gpuCompositionDoneFence) + in getFdCount()
702 getFdCount(t.displayPresentFence) + in getFdCount()
703 getFdCount(t.displayRetireFence) + in getFdCount()
704 getFdCount(t.releaseFence); in getFdCount()
802 inline size_t getFdCount( in getFdCount() function
806 numFds += getFdCount(t.deltas[i]); in getFdCount()
883 size_t const baseNumFds = getFdCount(t); in convertTo()