Searched refs:HardwareSensor (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 44 HardwareSensor::HardwareSensor(const sensor_t& sensor): in HardwareSensor() function in android::HardwareSensor 48 HardwareSensor::HardwareSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]): in HardwareSensor() function in android::HardwareSensor 52 HardwareSensor::~HardwareSensor() { in ~HardwareSensor() 55 bool HardwareSensor::process(sensors_event_t* outEvent, in process() 61 status_t HardwareSensor::activate(void* ident, bool enabled) { in activate() 65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() 71 status_t HardwareSensor::flush(void* ident, int handle) { in flush() 75 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay() 79 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable()
|
D | SensorInterface.h | 75 class HardwareSensor : public BaseSensor { 77 HardwareSensor(const sensor_t& sensor); 78 HardwareSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]); 80 virtual ~HardwareSensor();
|
D | SensorService.cpp | 169 registerSensor( new HardwareSensor(list[i]) ); in onFirstRef() 618 SensorInterface *si = new HardwareSensor(s, uuid); in threadLoop()
|