HomeSort by relevance Sort by last modified time
    Searched defs:SensorOperation (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
sensors.h 107 class SensorOperation {
116 virtual ~SensorOperation() {}
119 class HubConnectionOperation : public SensorOperation {
138 std::vector<std::unique_ptr<SensorOperation> > mOperationHandler;
142 class DynamicSensorManagerOperation : public SensorOperation {
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
SensorOperation.java 27 * Certain restrictions exist for {@link SensorOperation}s:
39 public abstract class SensorOperation {
42 protected SensorOperation() {
46 protected SensorOperation(SensorStats stats) {
68 * @return The cloned {@link SensorOperation}.
73 public abstract SensorOperation clone();
84 * to be added. This is useful for {@link SensorOperation}s that have many iterations or child
98 private final SensorOperation mOperation;
100 public SensorTestNode(ISensorTestNode parent, SensorOperation operation) {

Completed in 509 milliseconds