Home
last modified time | relevance | path

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

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