HomeSort by relevance Sort by last modified time
    Searched defs:SensorEventConnection (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorEventConnection.h 45 class SensorService::SensorEventConnection:
51 SensorEventConnection(const sp<SensorService>& service, uid_t uid, String8 packageName,
55 wp<const SensorEventConnection> const * mapFlushEventsToConnections = NULL);
70 virtual ~SensorEventConnection();
SensorEventConnection.cpp 23 #include "SensorEventConnection.h"
30 SensorService::SensorEventConnection::SensorEventConnection(
43 SensorService::SensorEventConnection::~SensorEventConnection() {
44 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this);
51 void SensorService::SensorEventConnection::onFirstRef() {
55 bool SensorService::SensorEventConnection::needsWakeLock() {
60 void SensorService::SensorEventConnection::resetWakeLockRefCount() {
65 void SensorService::SensorEventConnection::dump(String8& result)
    [all...]

Completed in 108 milliseconds