Home | History | Annotate | Download | only in examples

Lines Matching refs:guid

47 void guidToString(const SLInterfaceID guid, char *str) {
48 if ((NULL == guid) || (NULL == str)) {
52 guid->time_low,
53 guid->time_mid,
54 guid->time_hi_and_version,
55 guid->clock_seq,
56 guid->node[0],
57 guid->node[1],
58 guid->node[2],
59 guid->node[3],
60 guid->node[4],
61 guid->node[5]);