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

/frameworks/native/include/gui/
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
66 Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion = 0);
97 const uuid_t& getUuid() const;
129 uuid_t mUuid;
/frameworks/native/services/sensorservice/
H A DSensorInterface.cpp39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) {
H A DSensorService.h214 int32_t getIdFromUuid(const Sensor::uuid_t &uuid) const;
H A DSensorService.cpp773 int32_t SensorService::getIdFromUuid(const Sensor::uuid_t &uuid) const {
/frameworks/native/libs/gui/
H A DSensor.cpp45 Sensor(*hwSensor, uuid_t(), halVersion) {
48 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) {
407 const Sensor::uuid_t& Sensor::getUuid() const {
467 uuid_t tmpUuid; // default constructor makes this 0.

Completed in 105 milliseconds