Searched refs:REPORTING_MODE_ONE_SHOT (Results 1 – 6 of 6) sorted by relevance
151 if (sensor.getReportingMode() == Sensor.REPORTING_MODE_ONE_SHOT) { in registerListenerImpl()193 if (sensor != null && sensor.getReportingMode() == Sensor.REPORTING_MODE_ONE_SHOT) { in unregisterListenerImpl()221 if (sensor.getReportingMode() != Sensor.REPORTING_MODE_ONE_SHOT) return false; in requestTriggerSensorImpl()252 if (sensor != null && sensor.getReportingMode() != Sensor.REPORTING_MODE_ONE_SHOT) { in cancelTriggerSensorImpl()338 if (sensor.getReportingMode() == Sensor.REPORTING_MODE_ONE_SHOT) { in cleanupSensorConnection()
726 public static final int REPORTING_MODE_ONE_SHOT = 2; field in Sensor
451 if (mMotionSensor.getReportingMode() == Sensor.REPORTING_MODE_ONE_SHOT) { in registerLocked()466 if (mMotionSensor.getReportingMode() == Sensor.REPORTING_MODE_ONE_SHOT) { in unregisterLocked()
12382 field public static final int REPORTING_MODE_ONE_SHOT = 2; // 0x2
14760 field public static final int REPORTING_MODE_ONE_SHOT = 2; // 0x2
15542 field public static final int REPORTING_MODE_ONE_SHOT = 2; // 0x2