Searched defs:pointInfo (Results 1 - 1 of 1) sorted by relevance

/system/core/libsync/tests/
H A Dsync_test.cpp175 struct sync_pt_info *pointInfo = nullptr; local
181 while ((pointInfo = sync_pt_info(info, pointInfo))) {
183 pointInfo->driver_name,
184 pointInfo->obj_name,
185 pointInfo->timestamp_ns,
186 pointInfo->status});

Completed in 54 milliseconds