HomeSort by relevance Sort by last modified time
    Searched defs:HardwareSensor (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorInterface.cpp 44 HardwareSensor::HardwareSensor(const sensor_t& sensor):
48 HardwareSensor::HardwareSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]):
52 HardwareSensor::~HardwareSensor() {
55 bool HardwareSensor::process(sensors_event_t* outEvent,
61 status_t HardwareSensor::activate(void* ident, bool enabled) {
65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags,
71 status_t HardwareSensor::flush(void* ident, int handle)
    [all...]
SensorInterface.h 75 class HardwareSensor : public BaseSensor {
77 explicit HardwareSensor(const sensor_t& sensor);
78 HardwareSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]);
80 virtual ~HardwareSensor();

Completed in 820 milliseconds