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

  /device/google/contexthub/sensorhal/
sensors.cpp 210 static int get_sensors_list( function
213 ALOGI("get_sensors_list");
241 .get_sensors_list = get_sensors_list,
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 80 int count = module->get_sensors_list(module, &list);
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 62 ssize_t count = mSensorModule->get_sensors_list(mSensorModule, &list);
91 int count = mSensorModule->get_sensors_list(mSensorModule, &list);
127 ssize_t count = mSensorModule->get_sensors_list(mSensorModule, list);
  /hardware/libhardware/modules/sensors/
multihal.cpp 176 * This will be handled to get_sensors_list() callers.
485 * This can be first called from get_sensors_list or from open_sensors.
547 global_sensors_count += module->get_sensors_list(module, &subhal_sensors_list);
565 int module_sensor_count = module->get_sensors_list(module, &subhal_sensors_list);
623 .get_sensors_list = module__get_sensors_list
  /hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp 320 .get_sensors_list = SensorContext::GetSensorsListWrapper,
  /hardware/libhardware/include/hardware/
sensors.h 253 * NO SENSOR OF THAT TYPE MUST BE RETURNED (*get_sensors_list)()
1156 int (*get_sensors_list)(struct sensors_module_t* module, member in struct:sensors_module_t
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 124 .get_sensors_list = sensors__get_sensors_list,
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 105 get_sensors_list: sensors__get_sensors_list,
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 82 get_sensors_list: sensors__get_sensors_list,
  /device/generic/goldfish/sensors/
sensors_qemu.c 559 * available from the emulator (see get_sensors_list below)
750 .get_sensors_list = sensors__get_sensors_list
  /device/google/dragon/sensor_hub/
sensors.cpp 560 get_sensors_list: cros_ec_get_sensors_list,
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 584 get_sensors_list: sensors__get_sensors_list,

Completed in 118 milliseconds