Searched refs:pinfo (Results 1 – 4 of 4) sorted by relevance
36 $(MAKE) -f ../../pinfo.mk gfxstream/host/libgfxstream*44 rm -f *.pinfo
21 pinfo.mk writes build info into the binary:
822 struct sync_fence_info* pinfo = sync_get_fence_info(finfo); in getLastFenceSignalTimeUnlocked() local828 if (pinfo[i].timestamp_ns > timestamp) { in getLastFenceSignalTimeUnlocked()829 timestamp = pinfo[i].timestamp_ns; in getLastFenceSignalTimeUnlocked()
6467 struct sync_fence_info *pinfo = sync_get_fence_info(finfo); in getSignalTime() local6469 if (pinfo[i].timestamp_ns > timestamp) { in getSignalTime()6470 timestamp = pinfo[i].timestamp_ns; in getSignalTime()