OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlpLocation
(Results
1 - 5
of
5
) sorted by null
/hardware/interfaces/gnss/1.0/default/
GnssUtils.h
36
* This method converts an
FlpLocation
struct to a GnssLocation
39
GnssLocation convertToGnssLocation(
FlpLocation
* location);
GnssBatching.h
41
static void locationCb(int32_t locationsCount,
FlpLocation
** locations);
GnssUtils.cpp
54
GnssLocation convertToGnssLocation(
FlpLocation
* location) {
GnssBatching.cpp
62
void GnssBatching::locationCb(int32_t locationsCount,
FlpLocation
** locations) {
/hardware/libhardware/include/hardware/
fused_location.h
119
/** Flags to indicate which values are valid in a
FlpLocation
. */
125
/**
FlpLocation
has valid latitude and longitude. */
127
/**
FlpLocation
has valid altitude. */
129
/**
FlpLocation
has valid speed. */
131
/**
FlpLocation
has valid bearing. */
133
/**
FlpLocation
has valid accuracy. */
141
/** set to sizeof(
FlpLocation
) */
172
}
FlpLocation
;
186
typedef void (*flp_location_callback)(int32_t num_locations,
FlpLocation
** location);
327
* Return the batch size (in number of
FlpLocation
objects
[
all
...]
Completed in 250 milliseconds