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

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

Completed in 421 milliseconds