Lines Matching refs:handle
82 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
84 virtual status_t setEventRate(int handle, nsecs_t samplingPeriodNs);
121 void incrementPendingFlushCount(int32_t handle);
177 bool hasSensor(int32_t handle) const;
180 bool addSensor(int32_t handle);
181 bool removeSensor(int32_t handle);
182 void setFirstFlushPending(int32_t handle, bool value);
213 String8 getSensorName(int handle) const;
214 bool isVirtualSensor(int handle) const;
215 Sensor getSensorFromHandle(int handle) const;
222 const sp<SensorEventConnection>& connection, int handle);
224 const sp<SensorEventConnection>& connection, int handle);
237 SensorRecord * getSensorRecord(int handle);
284 status_t enable(const sp<SensorEventConnection>& connection, int handle,
286 status_t disable(const sp<SensorEventConnection>& connection, int handle);
287 status_t setEventRate(const sp<SensorEventConnection>& connection, int handle, nsecs_t ns);