Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 5 of 5) 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() argument
61 uuid_t() : b{0} {} in uuid_t() argument
69 Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion = 0);
103 const uuid_t& getUuid() const;
135 uuid_t mUuid;
/frameworks/native/libs/sensor/
DSensor.cpp45 Sensor(*hwSensor, uuid_t(), halVersion) { in Sensor()
48 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) : in Sensor()
458 const Sensor::uuid_t& Sensor::getUuid() const { in getUuid()
518 uuid_t tmpUuid; // default constructor makes this 0. in flatten()
/frameworks/native/services/sensorservice/
DSensorInterface.cpp39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
DSensorService.h343 int32_t getIdFromUuid(const Sensor::uuid_t &uuid) const;
DSensorService.cpp976 int32_t SensorService::getIdFromUuid(const Sensor::uuid_t &uuid) const { in getIdFromUuid()