[go: nahoru, domu]

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

/drivers/staging/android/trace/
H A Dsync.h23 if (timeline->ops->timeline_value_str) {
24 timeline->ops->timeline_value_str(timeline,
/drivers/staging/android/
H A Dsync_debug.c103 if (parent->ops->timeline_value_str &&
110 parent->ops->timeline_value_str(parent, value,
126 if (obj->ops->timeline_value_str) {
129 obj->ops->timeline_value_str(obj, value, sizeof(value));
H A Dsync.h48 * @timeline_value_str: fill str with the value of the sync_timeline's counter
73 void (*timeline_value_str)(struct sync_timeline *timeline, char *str, member in struct:sync_timeline_ops
H A Dsync.c499 if (!parent->ops->timeline_value_str) {
504 parent->ops->timeline_value_str(parent, str, size);
516 .timeline_value_str = android_fence_timeline_value_str,
H A Dsw_sync.c110 .timeline_value_str = sw_sync_timeline_value_str,

Completed in 61 milliseconds