Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:isSampleIntervalSatisfied

775         if (mSensorState[sensor].enable && isSampleIntervalSatisfied(sensor, timestamp)) {
791 && isSampleIntervalSatisfied(COMMS_SENSOR_ACCEL_UNCALIBRATED, timestamp)) {
796 && isSampleIntervalSatisfied(COMMS_SENSOR_ACCEL_WRIST_AWARE, timestamp)) {
814 if (mSensorState[sensor].enable && isSampleIntervalSatisfied(sensor, timestamp)) {
830 && isSampleIntervalSatisfied(COMMS_SENSOR_MAG_UNCALIBRATED, timestamp)) {
860 if (mSensorState[sensor].enable && isSampleIntervalSatisfied(sensor, timestamp)) {
876 && isSampleIntervalSatisfied(COMMS_SENSOR_ACCEL_UNCALIBRATED, timestamp)) {
881 && isSampleIntervalSatisfied(COMMS_SENSOR_ACCEL_WRIST_AWARE, timestamp)) {
900 if (mSensorState[sensor].enable && isSampleIntervalSatisfied(sensor, timestamp)) {
916 && isSampleIntervalSatisfied(COMMS_SENSOR_GYRO_UNCALIBRATED, timestamp)) {
921 && isSampleIntervalSatisfied(COMMS_SENSOR_GYRO_WRIST_AWARE, timestamp)) {
952 if (mSensorState[sensor].enable && isSampleIntervalSatisfied(sensor, timestamp)) {
968 && isSampleIntervalSatisfied(COMMS_SENSOR_MAG_UNCALIBRATED, timestamp)) {
2284 bool HubConnection::isSampleIntervalSatisfied(int handle, uint64_t timestamp) {
2348 bool HubConnection::isSampleIntervalSatisfied(int, uint64_t) {