OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_TOW_DECODED
(Results
1 - 11
of
11
) sorted by null
/hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal
94
STATE_TOW_DECODED
= 1 << 3,
332
* TOW decoded : [ 0 1week ] :
STATE_TOW_DECODED
set
373
* Time of week decoded : [ 0 1week ] :
STATE_TOW_DECODED
set.
386
* Time of week decoded : [ 0 1week] :
STATE_TOW_DECODED
is set.
/cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java
522
if ((state & GnssMeasurement.
STATE_TOW_DECODED
)
523
== GnssMeasurement.
STATE_TOW_DECODED
) {
570
if ((state & GnssMeasurement.
STATE_TOW_DECODED
)
571
== GnssMeasurement.
STATE_TOW_DECODED
) {
652
if ((state & GnssMeasurement.
STATE_TOW_DECODED
)
653
== GnssMeasurement.
STATE_TOW_DECODED
) {
[
all
...]
GnssPseudorangeVerificationTest.java
184
& (measurement.
STATE_TOW_DECODED
| measurement.STATE_TOW_KNOWN)) != 0) {
/frameworks/base/location/java/android/location/
GpsMeasurement.java
139
public static final short
STATE_TOW_DECODED
= (1<<3);
150
|
STATE_TOW_DECODED
| STATE_MSEC_AMBIGUOUS;
302
if ((mState &
STATE_TOW_DECODED
) ==
STATE_TOW_DECODED
) {
327
* TOW decoded : [ 0 1 week ] : {@link #
STATE_TOW_DECODED
} is set
[
all
...]
GnssMeasurement.java
95
public static final int
STATE_TOW_DECODED
= (1<<3);
314
if ((mState &
STATE_TOW_DECODED
) != 0) {
380
* TOW decoded : [ 0 1week ] :
STATE_TOW_DECODED
is set
425
* Time of week decoded : [ 0 1week ] :
STATE_TOW_DECODED
is set
439
* Time of week decoded : [ 0 1week ] :
STATE_TOW_DECODED
is set
[
all
...]
/hardware/interfaces/gnss/1.0/default/
GnssMeasurement.cpp
55
if (state & IGnssMeasurementCallback::GnssMeasurementState::
STATE_TOW_DECODED
) {
/hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp
186
out.state |= IGnssMeasurementCallback::GnssMeasurementState::
STATE_TOW_DECODED
;
/hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp
186
out.state |= IGnssMeasurementCallback::GnssMeasurementState::
STATE_TOW_DECODED
;
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 382 milliseconds