Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:SensorEventConnection

277         const SortedVector< wp<SensorEventConnection> > activeConnections(
281 sp<SensorEventConnection> connection(
324 SortedVector< wp<SensorService::SensorEventConnection> >
357 sp<SensorEventConnection> result(new SensorEventConnection(this));
361 void SensorService::cleanupConnection(SensorEventConnection* c)
364 const wp<SensorEventConnection> connection(c);
396 status_t SensorService::enable(const sp<SensorEventConnection>& connection,
442 status_t SensorService::disable(const sp<SensorEventConnection>& connection,
469 status_t SensorService::setEventRate(const sp<SensorEventConnection>& connection,
496 const sp<SensorEventConnection>& connection)
502 const sp<SensorEventConnection>& connection)
512 const wp<SensorEventConnection>& connection)
523 SensorService::SensorEventConnection::SensorEventConnection(
529 SensorService::SensorEventConnection::~SensorEventConnection()
531 LOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this);
535 void SensorService::SensorEventConnection::onFirstRef()
539 bool SensorService::SensorEventConnection::addSensor(int32_t handle) {
548 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) {
556 bool SensorService::SensorEventConnection::hasSensor(int32_t handle) const {
561 bool SensorService::SensorEventConnection::hasAnySensor() const {
566 status_t SensorService::SensorEventConnection::sendEvents(
607 sp<SensorChannel> SensorService::SensorEventConnection::getSensorChannel() const
612 status_t SensorService::SensorEventConnection::enableDisable(
624 status_t SensorService::SensorEventConnection::setEventRate(