Home
last modified time | relevance | path

Searched refs:step_counter (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DRecentEventLogger.cpp75 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 Dconvert.cpp152 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 Dsensor.h482 uint64_t step_counter; member
/aosp12/frameworks/native/include/android/
H A Dsensor.h482 uint64_t step_counter; member
/aosp12/hardware/libhardware/include/hardware/
H A Dsensors.h377 uint64_t step_counter; member
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp89 CHECK_MEMBER_AT(sensors_event_t, u64.step_counter, 24, 24); in CheckOffsets()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp343 float value = float(buffer[i].u64.step_counter); in handleEvent()
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3003 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 DMPLSensor.cpp5933 temp.u64.step_counter = stepCount; in readDmpPedometerEvents()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17551 field public static final String STRING_TYPE_STEP_COUNTER = "android.sensor.step_counter";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt12403 …ield public static final java.lang.String STRING_TYPE_STEP_COUNTER = "android.sensor.step_counter";