Home
last modified time | relevance | path

Searched refs:qemu_get_float (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/
Dhw-sensors.c580 s->u.acceleration.x = qemu_get_float(f); in _hwSensors_load()
581 s->u.acceleration.y = qemu_get_float(f); in _hwSensors_load()
582 s->u.acceleration.z = qemu_get_float(f); in _hwSensors_load()
585 s->u.magnetic.x = qemu_get_float(f); in _hwSensors_load()
586 s->u.magnetic.y = qemu_get_float(f); in _hwSensors_load()
587 s->u.magnetic.z = qemu_get_float(f); in _hwSensors_load()
590 s->u.orientation.azimuth = qemu_get_float(f); in _hwSensors_load()
591 s->u.orientation.pitch = qemu_get_float(f); in _hwSensors_load()
592 s->u.orientation.roll = qemu_get_float(f); in _hwSensors_load()
595 s->u.temperature.celsius = qemu_get_float(f); in _hwSensors_load()
[all …]
/external/qemu/hw/
Dhw.h87 float qemu_get_float(QEMUFile *f);
/external/qemu/
Dsavevm.c802 float qemu_get_float(QEMUFile *f) in qemu_get_float() function