Home
last modified time | relevance | path

Searched refs:SatellitePvt (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/location/java/android/location/
H A DSatellitePvt.java47 public final class SatellitePvt implements Parcelable { class
386 private SatellitePvt( in SatellitePvt() method in SatellitePvt
461 public static final @android.annotation.NonNull Creator<SatellitePvt> CREATOR =
462 new Creator<SatellitePvt>() {
465 public SatellitePvt createFromParcel(Parcel in) {
474 return new SatellitePvt(
484 public SatellitePvt[] newArray(int size) {
485 return new SatellitePvt[size];
613 public SatellitePvt build() { in build()
614 return new SatellitePvt(mFlags, mPositionEcef, mVelocityEcef, mClockInfo, in build()
H A DGnssMeasurement.java76 @Nullable private SatellitePvt mSatellitePvt;
1745 public SatellitePvt getSatellitePvt() { in getSatellitePvt()
1755 public void setSatellitePvt(@Nullable SatellitePvt satellitePvt) { in setSatellitePvt()
/aosp12/hardware/interfaces/gnss/aidl/android/hardware/gnss/
H A DGnssMeasurement.aidl22 import android.hardware.gnss.SatellitePvt;
665 SatellitePvt satellitePvt;
H A DSatellitePvt.aidl28 parcelable SatellitePvt {
/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp42 using android::hardware::gnss::SatellitePvt;
68 void CheckSatellitePvt(const SatellitePvt& satellitePvt) { in CheckSatellitePvt()
77 ASSERT_TRUE(satellitePvt.flags & SatellitePvt::HAS_POSITION_VELOCITY_CLOCK_INFO || in CheckSatellitePvt()
78 satellitePvt.flags & SatellitePvt::HAS_IONO || in CheckSatellitePvt()
79 satellitePvt.flags & SatellitePvt::HAS_TROPO); in CheckSatellitePvt()
80 if (satellitePvt.flags & SatellitePvt::HAS_POSITION_VELOCITY_CLOCK_INFO) { in CheckSatellitePvt()
105 if (satellitePvt.flags & SatellitePvt::HAS_IONO) { in CheckSatellitePvt()
109 if (satellitePvt.flags & SatellitePvt::HAS_TROPO) { in CheckSatellitePvt()
/aosp12/hardware/interfaces/gnss/common/utils/default/
H A DUtils.cpp34 using aidl::android::hardware::gnss::SatellitePvt;
179 .satellitePvt = {.flags = SatellitePvt::HAS_POSITION_VELOCITY_CLOCK_INFO | in getMockMeasurement()
180 SatellitePvt::HAS_IONO | SatellitePvt::HAS_TROPO, in getMockMeasurement()
/aosp12/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/1/android/hardware/gnss/
H A DSatellitePvt.aidl36 parcelable SatellitePvt {
H A DGnssMeasurement.aidl61 android.hardware.gnss.SatellitePvt satellitePvt;
/aosp12/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
H A DSatellitePvt.aidl36 parcelable SatellitePvt {
H A DGnssMeasurement.aidl61 android.hardware.gnss.SatellitePvt satellitePvt;
/aosp12/frameworks/base/services/core/jni/gnss/
H A DGnssMeasurementCallback.cpp29 using hardware::gnss::SatellitePvt;
315 const SatellitePvt& satellitePvt = measurement.satellitePvt; in translateSingleGnssMeasurement()
323 if (satFlags & SatellitePvt::HAS_POSITION_VELOCITY_CLOCK_INFO) { in translateSingleGnssMeasurement()
346 if (satFlags & SatellitePvt::HAS_IONO) { in translateSingleGnssMeasurement()
352 if (satFlags & SatellitePvt::HAS_TROPO) { in translateSingleGnssMeasurement()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt4588 method @Nullable public android.location.SatellitePvt getSatellitePvt();
5011 public final class SatellitePvt implements android.os.Parcelable {
5025 public static final class SatellitePvt.Builder {
5026 ctor public SatellitePvt.Builder();
5027 method @NonNull public android.location.SatellitePvt build();
5028 …method @NonNull public android.location.SatellitePvt.Builder setClockInfo(@NonNull android.locatio…
5030 …ethod @NonNull public android.location.SatellitePvt.Builder setPositionEcef(@NonNull android.locat…
5032 …ethod @NonNull public android.location.SatellitePvt.Builder setVelocityEcef(@NonNull android.locat…
5036 ctor public SatellitePvt.ClockInfo(double, double, double);
5046 ctor public SatellitePvt.PositionEcef(double, double, double, double);
[all …]
H A Dtest-lint-baseline.txt480 GetterSetterNames: android.location.GnssMeasurement#setSatellitePvt(android.location.SatellitePvt):
H A Dtest-current.txt1377 method public void setSatellitePvt(@Nullable android.location.SatellitePvt);