Home
last modified time | relevance | path

Searched refs:pinfo (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/qnx/
Dcommon.mk36 $(MAKE) -f ../../pinfo.mk gfxstream/host/libgfxstream*
44 rm -f *.pinfo
DREADME.md21 pinfo.mk writes build info into the binary:
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp822 struct sync_fence_info* pinfo = sync_get_fence_info(finfo); in getLastFenceSignalTimeUnlocked() local
828 if (pinfo[i].timestamp_ns > timestamp) { in getLastFenceSignalTimeUnlocked()
829 timestamp = pinfo[i].timestamp_ns; in getLastFenceSignalTimeUnlocked()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp6467 struct sync_fence_info *pinfo = sync_get_fence_info(finfo); in getSignalTime() local
6469 if (pinfo[i].timestamp_ns > timestamp) { in getSignalTime()
6470 timestamp = pinfo[i].timestamp_ns; in getSignalTime()