Home
last modified time | relevance | path

Searched defs:uuid_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/sensor/include/sensor/
DSensor.h55 struct uuid_t{ struct
60 explicit uuid_t(const uint8_t (&uuid)[16]) { memcpy(b, uuid, sizeof(b));} in uuid_t() function
61 uuid_t() : b{0} {} in uuid_t() function