Searched defs:pt_info (Results 1 - 2 of 2) sorted by path

/system/core/include/sync/
H A Dsync.h32 uint8_t pt_info[0]; member in struct:sync_fence_info_data
/system/core/libsync/
H A Dsync_test.c53 struct sync_pt_info *pt_info = NULL; local
56 while ((pt_info = sync_pt_info(info, pt_info))) {
57 int ts_sec = pt_info->timestamp_ns / 1000000000LL;
58 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL;
59 printf(" pt %s %s %d %d.%06d", pt_info->obj_name,
60 pt_info->driver_name, pt_info->status,
62 if (!strcmp(pt_info->driver_name, "sw_sync"))
63 printf(" val=%d\n", *(uint32_t *)pt_info
[all...]

Completed in 1390 milliseconds