Searched refs:write_attribute_sensor (Results 1 – 10 of 10) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSupport.h | 25 int write_attribute_sensor(int fd, long data);
|
D | MPLSupport.cpp | 102 int write_attribute_sensor(int fd, long data) in write_attribute_sensor() function
|
D | CompassSensor.IIO.9150.cpp | 161 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | MPLSensor.cpp | 1084 res = write_attribute_sensor(fd, HW_GYRO_RATE_HZ); in setGyroInitialState() 3262 res = write_attribute_sensor(tempFd, 1000000000.f / tempWanted); in update_delay() 3330 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate); in update_delay() 3342 res = write_attribute_sensor(tempFd, in update_delay() 3351 res = write_attribute_sensor(tempFd, 1000000000.f / accelRate); in update_delay() 3413 res = write_attribute_sensor(tempFd, 1000000000.f / wanted); in update_delay() 3447 res = write_attribute_sensor(tempFd, wanted / 1000000L); in update_delay() 3451 res = write_attribute_sensor(tempFd, 1000000000.f/wanted); in update_delay() 6262 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate); in setBatchDataRates() 6271 res = write_attribute_sensor(tempFd, 1000000000.f / accelRate); in setBatchDataRates() [all …]
|
D | CompassSensor.IIO.primary.cpp | 296 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.h | 25 int write_attribute_sensor(int fd, long data);
|
D | MPLSupport.cpp | 102 int write_attribute_sensor(int fd, long data) in write_attribute_sensor() function
|
D | CompassSensor.IIO.9150.cpp | 163 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | MPLSensor.cpp | 3611 res = write_attribute_sensor(tempFd, 1000000000.f / tempWanted); 3676 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate); 3688 res = write_attribute_sensor(tempFd, 3697 res = write_attribute_sensor(tempFd, 1000000000.f / accelRate); 3739 res = write_attribute_sensor(tempFd, 1000000000.f / wanted); 3762 res = write_attribute_sensor(tempFd, wanted / 1000000L); 3766 res = write_attribute_sensor(tempFd, 1000000000.f/wanted); 6832 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate); 6842 res = write_attribute_sensor(tempFd, 1000000000.f / accelRate); 6961 res = write_attribute_sensor(tempFd, 1000000000.f / wanted); [all …]
|
D | CompassSensor.IIO.primary.cpp | 296 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|