Home
last modified time | relevance | path

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

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