Home
last modified time | relevance | path

Searched refs:SET (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/jni/gnss/
DUtils.cpp169 SET(Latitude, location.latitudeDegrees); in translateGnssLocation()
170 SET(Longitude, location.longitudeDegrees); in translateGnssLocation()
173 SET(Altitude, location.altitudeMeters); in translateGnssLocation()
176 SET(Speed, (float)location.speedMetersPerSec); in translateGnssLocation()
179 SET(Bearing, (float)location.bearingDegrees); in translateGnssLocation()
182 SET(Accuracy, (float)location.horizontalAccuracyMeters); in translateGnssLocation()
185 SET(VerticalAccuracyMeters, (float)location.verticalAccuracyMeters); in translateGnssLocation()
188 SET(SpeedAccuracyMetersPerSecond, (float)location.speedAccuracyMetersPerSecond); in translateGnssLocation()
191 SET(BearingAccuracyDegrees, (float)location.bearingAccuracyDegrees); in translateGnssLocation()
193 SET(Time, location.timestampMillis); in translateGnssLocation()
[all …]
DGnssMeasurementCallback.cpp257 SET(Svid, static_cast<int32_t>(measurement.svid)); in setMeasurementFields_V1_0()
258 SET(TimeOffsetNanos, measurement.timeOffsetNs); in setMeasurementFields_V1_0()
259 SET(State, static_cast<int32_t>(measurement.state)); in setMeasurementFields_V1_0()
260 SET(ReceivedSvTimeNanos, measurement.receivedSvTimeInNs); in setMeasurementFields_V1_0()
261 SET(ReceivedSvTimeUncertaintyNanos, measurement.receivedSvTimeUncertaintyInNs); in setMeasurementFields_V1_0()
262 SET(PseudorangeRateMetersPerSecond, measurement.pseudorangeRateMps); in setMeasurementFields_V1_0()
263 SET(PseudorangeRateUncertaintyMetersPerSecond, measurement.pseudorangeRateUncertaintyMps); in setMeasurementFields_V1_0()
264 SET(AccumulatedDeltaRangeState, in setMeasurementFields_V1_0()
267 SET(AccumulatedDeltaRangeMeters, measurement.accumulatedDeltaRangeM); in setMeasurementFields_V1_0()
268 SET(AccumulatedDeltaRangeUncertaintyMeters, measurement.accumulatedDeltaRangeUncertaintyM); in setMeasurementFields_V1_0()
[all …]
DGnssNavigationMessageCallback.h109 SET(Type, static_cast<int32_t>(message.type)); in gnssNavigationMessageCbImpl()
110 SET(Svid, static_cast<int32_t>(message.svid)); in gnssNavigationMessageCbImpl()
111 SET(MessageId, static_cast<int32_t>(message.messageId)); in gnssNavigationMessageCbImpl()
112 SET(SubmessageId, static_cast<int32_t>(message.submessageId)); in gnssNavigationMessageCbImpl()
114 SET(Status, static_cast<int32_t>(message.status)); in gnssNavigationMessageCbImpl()
DUtils.h159 #define SET(setter, value) object.callSetter("set" #setter, (value)) macro
/frameworks/compile/slang/lit-tests/P_ref_count/
Dfunc_params.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-SET
6 // CHECK-SET-NOT: call void @_Z11rsSetObject{{.*}}({{.*}} %.rs.param.a{{[02]}}, {{.*}})
7 // CHECK-SET: call void @_Z11rsSetObjectP10rs_elementS_(%struct.rs_element{{.*}}* nonnull %.rs.…
8 // CHECK-SET-NOT: call void @_Z11rsSetObject{{.*}}({{.*}} %.rs.param.a{{[02]}}, {{.*}})
10 // CHECK-SET: %[[F1:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %stru…
11 // CHECK-SET-NOT: call void @_Z11rsSetObject{{.*}}({{.*}} %.rs.param.a{{[02]}}, {{.*}})
12 // CHECK-SET: call void @_Z11rsSetObjectP13rs_allocationS_(%struct.rs_allocation{{.*}}* %[[F1]]…
13 // CHECK-SET-NOT: call void @_Z11rsSetObject{{.*}}({{.*}} %.rs.param.a{{[02]}}, {{.*}})
14 // CHECK-SET: %[[F2:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %stru…
15 // CHECK-SET-NOT: call void @_Z11rsSetObject{{.*}}({{.*}} %.rs.param.a{{[02]}}, {{.*}})
[all …]
/frameworks/base/core/proto/android/server/alarm/
Dalarmmanagerservice.proto263 // idle" alarm for the UID. For a SET op, this is when the alarm was
/frameworks/proto_logging/stats/
Datoms.proto11662 SET = 1; enumerator