Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:SensorService

49 #include "SensorService.h"
63 SensorService::SensorService()
68 void SensorService::onFirstRef()
157 run("SensorService", PRIORITY_URGENT_DISPLAY);
163 void SensorService::registerSensor(SensorInterface* s)
177 void SensorService::registerVirtualSensor(SensorInterface* s)
183 SensorService::~SensorService()
191 status_t SensorService::dump(int fd, const Vector<String16>& args)
240 bool SensorService::threadLoop()
314 ALOGW("Exiting SensorService::threadLoop => aborting...");
319 void SensorService::recordLastValue(
337 void SensorService::sortEventBuffer(sensors_event_t* buffer, size_t count)
349 SortedVector< wp<SensorService::SensorEventConnection> >
350 SensorService::getActiveConnections() const
357 SensorService::getActiveVirtualSensors() const
363 String8 SensorService::getSensorName(int handle) const {
375 Vector<Sensor> SensorService::getSensorList()
385 sp<ISensorEventConnection> SensorService::createSensorEventConnection()
392 void SensorService::cleanupConnection(SensorEventConnection* c)
428 status_t SensorService::enable(const sp<SensorEventConnection>& connection,
478 status_t SensorService::disable(const sp<SensorEventConnection>& connection,
507 status_t SensorService::setEventRate(const sp<SensorEventConnection>& connection,
533 SensorService::SensorRecord::SensorRecord(
539 bool SensorService::SensorRecord::addConnection(
549 bool SensorService::SensorRecord::removeConnection(
561 SensorService::SensorEventConnection::SensorEventConnection(
562 const sp<SensorService>& service, uid_t uid)
567 SensorService::SensorEventConnection::~SensorEventConnection()
573 void SensorService::SensorEventConnection::onFirstRef()
577 bool SensorService::SensorEventConnection::addSensor(int32_t handle) {
586 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) {
594 bool SensorService::SensorEventConnection::hasSensor(int32_t handle) const {
599 bool SensorService::SensorEventConnection::hasAnySensor() const {
604 status_t SensorService::SensorEventConnection::sendEvents(
641 sp<BitTube> SensorService::SensorEventConnection::getSensorChannel() const
646 status_t SensorService::SensorEventConnection::enableDisable(
658 status_t SensorService::SensorEventConnection::setEventRate(