Home
last modified time | relevance | path

Searched refs:speed_accuracy (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/common/
Dgnss_convert.c121 out->speed_accuracy = in->speed_accuracy; in chppGnssConvertLocationEventFromChre()
255 out->speed_accuracy = in->speed_accuracy; in chppGnssConvertLocationEventToChre()
/system/chre/chpp/include/chpp/common/
Dgnss_types.h96 float speed_accuracy; member
/system/chre/chre_api/legacy/v1_3/chre/
Dgnss.h373 float speed_accuracy; member
/system/chre/chre_api/legacy/v1_4/chre/
Dgnss.h385 float speed_accuracy; member
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h391 float speed_accuracy; member
/system/chre/apps/gnss_world/
Dgnss_world.cc225 LOGI(" speed_accuracy: %f", event->speed_accuracy); in handleGnssLocationEvent()
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc98 LOGI(" speed_accuracy: %f", event.speed_accuracy); in logLocationEvent()