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

  /frameworks/native/services/sensorservice/
SensorInterface.cpp 33 HardwareSensor::HardwareSensor(const sensor_t& sensor)
40 HardwareSensor::~HardwareSensor() {
43 bool HardwareSensor::process(sensors_event_t* outEvent,
49 status_t HardwareSensor::activate(void* ident, bool enabled) {
53 status_t HardwareSensor::batch(void* ident, int handle, int flags,
59 status_t HardwareSensor::flush(void* ident, int handle) {
63 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) {
67 void HardwareSensor::autoDisable(void *ident, int handle)
    [all...]
SensorInterface.h 62 class HardwareSensor : public SensorInterface
68 HardwareSensor(const sensor_t& sensor);
70 virtual ~HardwareSensor();
SensorService.cpp 90 registerSensor( new HardwareSensor(list[i]) );
    [all...]

Completed in 102 milliseconds