Home
last modified time | relevance | path

Searched refs:CorrelationVector (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/location/java/android/location/
H A DCorrelationVector.java37 public final class CorrelationVector implements Parcelable { class
89 private CorrelationVector(Builder builder) { in CorrelationVector() method in CorrelationVector
103 private CorrelationVector(Parcel in) { in CorrelationVector() method in CorrelationVector
115 new Parcelable.Creator<CorrelationVector>() {
118 return new CorrelationVector(parcel);
122 public CorrelationVector[] newArray(int size) {
123 return new CorrelationVector[size];
161 if (!(object instanceof CorrelationVector)) { in equals()
164 CorrelationVector c = (CorrelationVector) object; in equals()
224 public CorrelationVector build() { in build()
[all …]
H A DGnssMeasurement.java77 @Nullable private Collection<CorrelationVector> mReadOnlyCorrelationVectors;
1798 public Collection<CorrelationVector> getCorrelationVectors() { in getCorrelationVectors()
1810 @Nullable Collection<CorrelationVector> correlationVectors) { in setCorrelationVectors()
1866 CorrelationVector[] correlationVectorsArray =
1867 new CorrelationVector[parcel.readInt()];
1868 parcel.readTypedArray(correlationVectorsArray, CorrelationVector.CREATOR);
1869 Collection<CorrelationVector> corrVecCollection =
1916 CorrelationVector[] correlationVectorArray = in writeToParcel()
1917 mReadOnlyCorrelationVectors.toArray(new CorrelationVector[correlationVectorCount]); in writeToParcel()
2029 for (CorrelationVector correlationVector : mReadOnlyCorrelationVectors) { in toString()
/aosp12/hardware/interfaces/gnss/aidl/android/hardware/gnss/
H A DGnssMeasurement.aidl19 import android.hardware.gnss.CorrelationVector;
674 CorrelationVector[] correlationVectors;
H A DCorrelationVector.aidl24 parcelable CorrelationVector {
/aosp12/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/1/android/hardware/gnss/
H A DCorrelationVector.aidl36 parcelable CorrelationVector {
H A DGnssMeasurement.aidl62 android.hardware.gnss.CorrelationVector[] correlationVectors;
/aosp12/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
H A DCorrelationVector.aidl36 parcelable CorrelationVector {
H A DGnssMeasurement.aidl62 android.hardware.gnss.CorrelationVector[] correlationVectors;
/aosp12/hardware/interfaces/gnss/common/utils/default/
H A DUtils.cpp216 aidl::android::hardware::gnss::CorrelationVector correlationVector1 = { in getMockMeasurement()
221 aidl::android::hardware::gnss::CorrelationVector correlationVector2 = { in getMockMeasurement()
/aosp12/frameworks/base/services/core/jni/gnss/
H A DGnssMeasurementCallback.cpp24 using hardware::gnss::CorrelationVector;
372 const CorrelationVector& correlationVector = measurement.correlationVectors[i]; in translateSingleGnssMeasurement()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt4538 public final class CorrelationVector implements android.os.Parcelable {
4545 …Null public static final android.os.Parcelable.Creator<android.location.CorrelationVector> CREATOR;
4548 public static final class CorrelationVector.Builder {
4549 ctor public CorrelationVector.Builder();
4550 method @NonNull public android.location.CorrelationVector build();
4551 …method @NonNull public android.location.CorrelationVector.Builder setFrequencyOffsetMetersPerSecon…
4552 method @NonNull public android.location.CorrelationVector.Builder setMagnitude(@NonNull int[]);
4553 …method @NonNull public android.location.CorrelationVector.Builder setSamplingStartMeters(@FloatRan…
4554 …method @NonNull public android.location.CorrelationVector.Builder setSamplingWidthMeters(@FloatRan…
4587 …method @Nullable public java.util.Collection<android.location.CorrelationVector> getCorrelationVec…
H A Dtest-lint-baseline.txt470 …on.GnssMeasurement#setCorrelationVectors(java.util.Collection<android.location.CorrelationVector>):
H A Dtest-current.txt1367 …lic void setCorrelationVectors(@Nullable java.util.Collection<android.location.CorrelationVector>);