Searched refs:uuid_t (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/sensor/include/sensor/ |
D | Sensor.h | 55 struct uuid_t{ struct 60 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); 102 const uuid_t& getUuid() const; 134 uuid_t mUuid;
|
/frameworks/native/libs/sensor/ |
D | Sensor.cpp | 38 Sensor(*hwSensor, uuid_t(), halVersion) { in Sensor() 41 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) { in Sensor() 438 const Sensor::uuid_t& Sensor::getUuid() const { in getUuid() 498 uuid_t tmpUuid; // default constructor makes this 0. in flatten()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
|
D | SensorService.h | 221 int32_t getIdFromUuid(const Sensor::uuid_t &uuid) const;
|
D | SensorService.cpp | 806 int32_t SensorService::getIdFromUuid(const Sensor::uuid_t &uuid) const { in getIdFromUuid()
|