Searched refs:fix (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_thread.cpp | 41 if (!r->fix.flags) { in reader_call_callback() 47 r->fix.timestamp = (long long)secs * 1000; in reader_call_callback() 51 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) { in reader_call_callback() 52 D(" - latitude = %g", r->fix.latitude); in reader_call_callback() 53 D(" - longitude = %g", r->fix.longitude); in reader_call_callback() 55 if (r->fix.flags & GPS_LOCATION_HAS_ALTITUDE) in reader_call_callback() 56 D(" - altitude = %g", r->fix.altitude); in reader_call_callback() 57 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) D(" - speed = %g", r->fix.speed); in reader_call_callback() 58 if (r->fix.flags & GPS_LOCATION_HAS_BEARING) in reader_call_callback() 59 D(" - bearing = %g", r->fix.bearing); in reader_call_callback() [all …]
|
D | gps_thread.h | 51 GpsLocation fix; member
|
/device/generic/goldfish/sepolicy/common/ |
D | zygote.te | 3 # TODO (b/63631799) fix this access
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | init.te | 8 # TODO: continue to fix treble violation (b/112444108)
|
/device/generic/goldfish-opengl/ |
D | GNUmakefile | 31 $(error,Please fix the problem by reinstalling to a different location.)
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 28 * Various changes to fix the build on MSVC. 85 Also, fix some parsing issues with capitalized hexadecimal numbers and 137 * Null pointer dereference fix. Fix json_object_get_boolean strlen test 190 * fix pointer arithmetic bug for error pointer check in is_error() macro 191 * fix type passed to printbuf_memappend in json_tokener
|
/device/google/bonito/json-c/ |
D | ChangeLog | 28 * Various changes to fix the build on MSVC. 85 Also, fix some parsing issues with capitalized hexadecimal numbers and 137 * Null pointer dereference fix. Fix json_object_get_boolean strlen test 190 * fix pointer arithmetic bug for error pointer check in is_error() macro 191 * fix type passed to printbuf_memappend in json_tokener
|
/device/google/coral/json-c/ |
D | ChangeLog | 28 * Various changes to fix the build on MSVC. 85 Also, fix some parsing issues with capitalized hexadecimal numbers and 137 * Null pointer dereference fix. Fix json_object_get_boolean strlen test 190 * fix pointer arithmetic bug for error pointer check in is_error() macro 191 * fix type passed to printbuf_memappend in json_tokener
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 43 reason, listen to them and fix the code instead. 48 23. commit messages shall begin with module they touch and a colon, eg "spi: fix spi-dma on stm64".
|