/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 75 char data[1048], *dptr, tmp[24]; in read_data() local 100 dptr = data + left_over_size; in read_data() 102 read_size = read(fp, dptr, 1024); in read_data() 110 dptr = data; in read_data() 111 buf_size = ind - (dptr - data); in read_data() 114 hdr = *((short *)(dptr)); in read_data() 121 get_sensor_data(dptr, sensor); in read_data() 122 dptr += 8; in read_data() 123 … printf("PRESS, %d, %lld\n", (sensor[1] << 16) + (unsigned short)sensor[2], *(long long *)dptr); in read_data() 129 get_sensor_data(dptr, sensor); in read_data() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 711 char data[2048], *dptr, tmp[24]; in read_data() local 769 dptr = data + left_over_size; in read_data() 770 read_size = read(fp, dptr, 2000); in read_data() 778 dptr = data; in read_data() 780 buf_size = ind - (dptr - data); in read_data() 784 hdr = *((short *)(dptr)); in read_data() 790 get_sensor_data(dptr, sensor); in read_data() 791 dptr += 8; in read_data() 792 … printf("PRESSURE:%d, %lld\n", (sensor[1] << 16) + (unsigned short)sensor[2], *(long long *)dptr); in read_data() 798 get_sensor_data(dptr, sensor); in read_data() [all …]
|
/hardware/invensense/60xx/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 337 char **dptr; in inv_init_sysfs_attributes() local 343 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 348 *dptr++ = sptr; in inv_init_sysfs_attributes() 384 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 386 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
D | MPLSensor.cpp | 2676 char **dptr; in inv_init_sysfs_attributes() local 2687 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 2690 *dptr++ = sptr; in inv_init_sysfs_attributes() 2759 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 2761 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 353 char **dptr; in inv_init_sysfs_attributes() local 359 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 367 *dptr++ = sptr; in inv_init_sysfs_attributes() 401 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 403 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
D | CompassSensor.IIO.primary.cpp | 489 char **dptr; in inv_init_sysfs_attributes() local 496 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 501 *dptr++ = sptr; in inv_init_sysfs_attributes() 539 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 542 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
D | PressureSensor.IIO.secondary.cpp | 187 char **dptr = (char**)&pressureSysFs; in inv_init_sysfs_attributes() local 192 *dptr++ = sptr; in inv_init_sysfs_attributes()
|
D | MPLSensor.cpp | 5027 char **dptr; in inv_init_sysfs_attributes() local 5036 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 5038 *dptr++ = sptr; in inv_init_sysfs_attributes()
|
/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 375 char **dptr; in inv_init_sysfs_attributes() local 381 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 389 *dptr++ = sptr; in inv_init_sysfs_attributes() 420 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 422 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
D | CompassSensor.IIO.primary.cpp | 512 char **dptr; in inv_init_sysfs_attributes() local 519 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 524 *dptr++ = sptr; in inv_init_sysfs_attributes() 562 dptr = (char**)&compassSysFs; in inv_init_sysfs_attributes() 565 LOGE("HAL:sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
D | PressureSensor.IIO.secondary.cpp | 187 char **dptr = (char**)&pressureSysFs; in inv_init_sysfs_attributes() local 192 *dptr++ = sptr; in inv_init_sysfs_attributes()
|
D | MPLSensor.cpp | 5071 char **dptr; local 5080 dptr = (char**)&mpu; 5082 *dptr++ = sptr;
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/ |
D | inv_gesture_test.c | 178 char **dptr; in inv_init_sysfs_attributes() local 184 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 186 *dptr++ = sptr; in inv_init_sysfs_attributes() 239 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 241 MPL_LOGE("sysfs path: %s", *dptr++); in inv_init_sysfs_attributes()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 169 char **dptr; in inv_init_sysfs_attributes() local 175 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 177 *dptr++ = sptr; in inv_init_sysfs_attributes() 220 dptr = (char**)&mpu; in inv_init_sysfs_attributes() 222 printf("inv_self_test: sysfs path: %s\n", *dptr++); in inv_init_sysfs_attributes()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | pickinter.c | 124 unsigned char *dptr; in get_prediction_error() local 126 dptr = b->predictor; in get_prediction_error() 128 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16); in get_prediction_error()
|