HomeSort by relevance Sort by last modified time
    Searched defs:LocationError (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
LocationError.java 39 public class LocationError extends Asn1Sequence {
45 public LocationError() {
69 * Creates a new LocationError from encoded stream.
71 public static LocationError fromPerUnaligned(byte[] encodedBytes) {
72 LocationError result = new LocationError();
78 * Creates a new LocationError from encoded stream.
80 public static LocationError fromPerAligned(byte[] encodedBytes) {
81 LocationError result = new LocationError();
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 59 } LocationError;
633 LocationError err, // if not SUCCESS, then id is not valid
637 /* Used by APIs that gets more than one LocationError in it's response
639 ids array and LocationError array are only valid until collectiveResponseCallback returns. */
642 LocationError* errs, // array of LocationError associated to the request
    [all...]
  /hardware/qcom/gps/sdm845/location/
LocationAPI.h 59 } LocationError;
633 LocationError err, // if not SUCCESS, then id is not valid
637 /* Used by APIs that gets more than one LocationError in it's response
639 ids array and LocationError array are only valid until collectiveResponseCallback returns. */
642 LocationError* errs, // array of LocationError associated to the request
    [all...]

Completed in 72 milliseconds