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/jni/
com_android_server_location_FlpHardwareProvider.cpp 169 * Helper function to unwrap a java object back into a FlpLocation structure.
174 FlpLocation& location) {
175 location.size = sizeof(FlpLocation);
339 * Helper function to transform FlpLocation into a java object.
341 static void TranslateToObject(const FlpLocation* location, jobject& locationObject) {
417 // TODO: wire FlpLocation::sources_used when needed
423 * Helper function to serialize FlpLocation structures.
427 FlpLocation** locations,
446 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) {
513 FlpLocation* location
    [all...]

Completed in 25 milliseconds