Searched defs:SensorEventConnection (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h45 class SensorService::SensorEventConnection: class in class:android::SensorService
51 SensorEventConnection(const sp<SensorService>& service, uid_t uid, String8 packageName,
55 SensorEventConnection const * const * mapFlushEventsToConnections = NULL);
70 virtual ~SensorEventConnection();
H A DSensorEventConnection.cpp23 #include "SensorEventConnection.h"
28 SensorService::SensorEventConnection::SensorEventConnection( function in class:android::SensorService::SensorEventConnection
41 SensorService::SensorEventConnection::~SensorEventConnection() {
42 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this);
49 void SensorService::SensorEventConnection::onFirstRef() {
53 bool SensorService::SensorEventConnection::needsWakeLock() {
58 void SensorService::SensorEventConnection::resetWakeLockRefCount() {
63 void SensorService::SensorEventConnection
[all...]

Completed in 1039 milliseconds