Home | History | Annotate | Download | only in nuplayer2

Lines Matching defs:uuid

32             memset(this->uuid, 0, sizeof(uuid));
35 // to allow defining Vector/KeyedVector of UUID type
37 memcpy(this->uuid, a.uuid, sizeof(uuid));
40 // to allow defining Vector/KeyedVector of UUID type
42 memcpy(this->uuid, uuid_in, sizeof(uuid));
46 return uuid;
50 return arrayToHex(uuid, UUID_SIZE);
67 uint8_t uuid[UUID_SIZE];