Searched refs:raw_buf (Results 1 – 2 of 2) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 4597 char raw_buf[40]; in inv_read_temperature() local 4602 memset(raw_buf, 0, sizeof(raw_buf)); in inv_read_temperature() 4603 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, in inv_read_temperature() 4604 sizeof(raw_buf)); in inv_read_temperature() 4610 count = sscanf(raw_buf, "%ld%lld", &raw, ×tamp); in inv_read_temperature() 4633 char raw_buf[10]; in inv_read_dmp_state() local 4636 memset(raw_buf, 0, sizeof(raw_buf)); in inv_read_dmp_state() 4637 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); in inv_read_dmp_state() 4643 count = sscanf(raw_buf, "%hd", &raw); in inv_read_dmp_state()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 4962 char raw_buf[40]; local 4967 memset(raw_buf, 0, sizeof(raw_buf)); 4968 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, 4969 sizeof(raw_buf)); 4975 count = sscanf(raw_buf, "%ld%lld", &raw, ×tamp); 4998 char raw_buf[10]; local 5001 memset(raw_buf, 0, sizeof(raw_buf)); 5002 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); 5008 count = sscanf(raw_buf, "%hd", &raw);
|