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

/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h55 struct uuid_t{ struct in class:android::Sensor
60 uuid_t(const uint8_t (&uuid)[16]) { memcpy(b, uuid, sizeof(b));}
61 uuid_t() : b{0} {} function in struct:android::Sensor::uuid_t
69 Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion = 0);
102 const uuid_t& getUuid() const;
134 uuid_t mUuid;

Completed in 404 milliseconds