• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:SensorService

30 SensorService::SensorEventConnection::SensorEventConnection(  in SensorEventConnection()
31 const sp<SensorService>& service, uid_t uid, String8 packageName, bool isDataInjectionMode, in SensorEventConnection()
45 SensorService::SensorEventConnection::~SensorEventConnection() { in ~SensorEventConnection()
50 void SensorService::SensorEventConnection::destroy() { in destroy()
65 void SensorService::SensorEventConnection::onFirstRef() { in onFirstRef()
69 bool SensorService::SensorEventConnection::needsWakeLock() { in needsWakeLock()
74 void SensorService::SensorEventConnection::resetWakeLockRefCount() { in resetWakeLockRefCount()
79 void SensorService::SensorEventConnection::dump(String8& result) { in dump()
113 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor()
125 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) { in removeSensor()
133 bool SensorService::SensorEventConnection::hasSensor(int32_t handle) const { in hasSensor()
138 bool SensorService::SensorEventConnection::hasAnySensor() const { in hasAnySensor()
143 bool SensorService::SensorEventConnection::hasOneShotSensors() const { in hasOneShotSensors()
155 String8 SensorService::SensorEventConnection::getPackageName() const { in getPackageName()
159 void SensorService::SensorEventConnection::setFirstFlushPending(int32_t handle, in setFirstFlushPending()
169 void SensorService::SensorEventConnection::updateLooperRegistration(const sp<Looper>& looper) { in updateLooperRegistration()
174 void SensorService::SensorEventConnection::updateLooperRegistrationLocked( in updateLooperRegistrationLocked()
220 void SensorService::SensorEventConnection::incrementPendingFlushCount(int32_t handle) { in incrementPendingFlushCount()
229 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents()
381 void SensorService::SensorEventConnection::setSensorAccess(const bool hasAccess) { in setSensorAccess()
386 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess()
390 bool SensorService::SensorEventConnection::noteOpIfRequired(const sensors_event_t& event) { in noteOpIfRequired()
400 void SensorService::SensorEventConnection::reAllocateCacheLocked(sensors_event_t const* scratch, in reAllocateCacheLocked()
418 void SensorService::SensorEventConnection::appendEventsToCacheLocked(sensors_event_t const* events, in appendEventsToCacheLocked()
472 void SensorService::SensorEventConnection::sendPendingFlushEventsLocked() { in sendPendingFlushEventsLocked()
505 void SensorService::SensorEventConnection::writeToSocketFromCache() { in writeToSocketFromCache()
564 void SensorService::SensorEventConnection::countFlushCompleteEventsLocked( in countFlushCompleteEventsLocked()
587 int SensorService::SensorEventConnection::findWakeUpSensorEventLocked( in findWakeUpSensorEventLocked()
597 sp<BitTube> SensorService::SensorEventConnection::getSensorChannel() const in getSensorChannel()
602 status_t SensorService::SensorEventConnection::enableDisable( in enableDisable()
617 status_t SensorService::SensorEventConnection::setEventRate( in setEventRate()
623 status_t SensorService::SensorEventConnection::flush() { in flush()
627 int32_t SensorService::SensorEventConnection::configureChannel(int handle, int rateLevel) { in configureChannel()
634 int SensorService::SensorEventConnection::handleEvent(int fd, int events, void* /*data*/) { in handleEvent()
717 int SensorService::SensorEventConnection::computeMaxCacheSizeLocked() const { in computeMaxCacheSizeLocked()