Searched refs:step_counter (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/native/services/sensorservice/ |
H A D | RecentEventLogger.cpp | 75 buffer.appendFormat("%" PRIu64 ", ", ev.mEvent.u64.step_counter); in dump() 112 proto->write(Event::INT64_DATA, int64_t(ev.mEvent.u64.step_counter)); in dump()
|
/aosp12/hardware/interfaces/sensors/1.0/default/ |
H A D | convert.cpp | 152 dst->u.stepCount = src.u64.step_counter; in convertFromSensorEvent() 286 dst->u64.step_counter = src.u.stepCount; in convertToSensorEvent()
|
/aosp12/frameworks/native/include_sensor/android/ |
H A D | sensor.h | 482 uint64_t step_counter; member
|
/aosp12/frameworks/native/include/android/ |
H A D | sensor.h | 482 uint64_t step_counter; member
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | sensors.h | 377 uint64_t step_counter; member
|
/aosp12/hardware/libhardware/tests/hardware/ |
H A D | struct-offset.cpp | 89 CHECK_MEMBER_AT(sensors_event_t, u64.step_counter, 24, 24); in CheckOffsets()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_SensorManager.cpp | 343 float value = float(buffer[i].u64.step_counter); in handleEvent()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.cpp | 3003 s->u64.step_counter = mLastStepCount; 3005 s->u64.step_counter, s->timestamp, update); 3007 s->step_counter = mLastStepCount; 3009 s->step_counter, s->timestamp, update);
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.cpp | 5933 temp.u64.step_counter = stepCount; in readDmpPedometerEvents()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 17551 field public static final String STRING_TYPE_STEP_COUNTER = "android.sensor.step_counter";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 12403 …ield public static final java.lang.String STRING_TYPE_STEP_COUNTER = "android.sensor.step_counter";
|