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,
56 wp<const SensorEventConnection> const * mapFlushEventsToConnections = NULL);
73 virtual ~SensorEventConnection();
H A DSensorEventConnection.cpp23 #include "SensorEventConnection.h"
30 SensorService::SensorEventConnection::SensorEventConnection( function in class:android::SensorService::SensorEventConnection
44 SensorService::SensorEventConnection::~SensorEventConnection() {
45 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this);
49 void SensorService::SensorEventConnection::destroy() {
64 void SensorService::SensorEventConnection::onFirstRef() {
68 bool SensorService::SensorEventConnection::needsWakeLock() {
73 void SensorService::SensorEventConnection
[all...]

Completed in 62 milliseconds