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 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/ |
D | Sensor.cpp | 45 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/ |
D | SensorInterface.cpp | 39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
|
D | SensorService.h | 343 int32_t getIdFromUuid(const Sensor::uuid_t &uuid) const;
|
D | SensorService.cpp | 976 int32_t SensorService::getIdFromUuid(const Sensor::uuid_t &uuid) const { in getIdFromUuid()
|