HomeSort by relevance Sort by last modified time
    Searched refs:FlpLocation (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/include/hardware/
fused_location.h 97 /** Flags to indicate which values are valid in a FlpLocation. */
103 /** FlpLocation has valid latitude and longitude. */
105 /** FlpLocation has valid altitude. */
107 /** FlpLocation has valid speed. */
109 /** FlpLocation has valid bearing. */
111 /** FlpLocation has valid accuracy. */
119 /** set to sizeof(FlpLocation) */
150 } FlpLocation;
164 typedef void (*flp_location_callback)(int32_t num_locations, FlpLocation** location);
257 * Return the batch size (in number of FlpLocation objects
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 208 * Helper function to unwrap a java object back into a FlpLocation structure.
213 FlpLocation& location) {
214 location.size = sizeof(FlpLocation);
380 * Helper function to transform FlpLocation into a java object.
382 static void TranslateToObject(const FlpLocation* location, jobject& locationObject) {
458 // TODO: wire FlpLocation::sources_used when needed
464 * Helper function to serialize FlpLocation structures.
468 FlpLocation** locations,
487 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) {
554 FlpLocation* location
    [all...]

Completed in 69 milliseconds