Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DFence.cpp120 struct sync_pt_info* pinfo = NULL; in getSignalTime() local
122 while ((pinfo = sync_pt_info(finfo, pinfo)) != NULL) { in getSignalTime()
123 if (pinfo->timestamp_ns > timestamp) { in getSignalTime()
124 timestamp = pinfo->timestamp_ns; in getSignalTime()