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 128 /** Flags to indicate which values are valid in a FlpLocation. */
134 /** FlpLocation has valid latitude and longitude. */
136 /** FlpLocation has valid altitude. */
138 /** FlpLocation has valid speed. */
140 /** FlpLocation has valid bearing. */
142 /** FlpLocation has valid accuracy. */
150 /** set to sizeof(FlpLocation) */
181 } FlpLocation;
195 typedef void (*flp_location_callback)(int32_t num_locations, FlpLocation** location);
336 * Return the batch size (in number of FlpLocation objects
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 276 * Helper function to unwrap a java object back into a FlpLocation structure.
281 FlpLocation& location) {
282 location.size = sizeof(FlpLocation);
456 * Helper function to transform FlpLocation into a java object.
458 static void TranslateToObject(const FlpLocation* location, jobject& locationObject) {
534 // TODO: wire FlpLocation::sources_used when needed
540 * Helper function to serialize FlpLocation structures.
544 FlpLocation** locations,
563 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) {
632 FlpLocation* location
    [all...]

Completed in 32 milliseconds