Home
last modified time | relevance | path

Searched refs:iio_device (Results 1 – 2 of 2) sorted by relevance

/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp109 for (auto& iio_device : iio_devices) { in SensorsSubHal() local
110 err = scan_elements(iio_device.sysfspath, &iio_device); in SensorsSubHal()
112 err = enable_sensor(iio_device.sysfspath, false); in SensorsSubHal()
117 *sensors_config_list, iio_device.name, iio_device.type); in SensorsSubHal()
119 if (iio_device.channelInfo.size() == NUM_OF_CHANNEL_SUPPORTED) { in SensorsSubHal()
120 AddSensor(iio_device, sensor_configuration); in SensorsSubHal()
123 iio_device.sysfspath.c_str()); in SensorsSubHal()
127 iio_device.sysfspath.c_str(), false, err); in SensorsSubHal()
131 iio_device.sysfspath.c_str(), err); in SensorsSubHal()
/device/google/trout/sepolicy/vendor/google/
Dhal_sensors_default.te3 allow hal_sensors_default iio_device:chr_file r_file_perms;