Home | History | Annotate | Download | only in examples

Lines Matching refs:guid

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