HomeSort by relevance Sort by last modified time
    Searched refs:SensorService (Results 1 - 11 of 11) sorted by null

  /frameworks/native/services/sensorservice/
SensorEventAckReceiver.h 20 #include "SensorService.h"
24 class SensorService;
26 class SensorService::SensorEventAckReceiver : public Thread {
27 sp<SensorService> const mService;
30 SensorEventAckReceiver(const sp<SensorService>& service)
main_sensorservice.cpp 18 #include "SensorService.h"
24 SensorService::publishAndJoinThreadPool();
SensorRecord.cpp 23 SensorService::SensorRecord::SensorRecord(
29 bool SensorService::SensorRecord::addConnection(
39 bool SensorService::SensorRecord::removeConnection(
58 void SensorService::SensorRecord::addPendingFlushConnection(
63 void SensorService::SensorRecord::removeFirstPendingFlushConnection() {
69 SensorService::SensorEventConnection *
70 SensorService::SensorRecord::getFirstPendingFlushConnection() {
77 void SensorService::SensorRecord::clearAllPendingFlushConnections() {
SensorRecord.h 20 #include "SensorService.h"
24 class SensorService;
26 class SensorService::SensorRecord {
SensorRegistrationInfo.h 22 class SensorService;
24 struct SensorService::SensorRegistrationInfo {
SensorEventConnection.cpp 28 SensorService::SensorEventConnection::SensorEventConnection(
29 const sp<SensorService>& service, uid_t uid, String8 packageName, bool isDataInjectionMode,
41 SensorService::SensorEventConnection::~SensorEventConnection() {
49 void SensorService::SensorEventConnection::onFirstRef() {
53 bool SensorService::SensorEventConnection::needsWakeLock() {
58 void SensorService::SensorEventConnection::resetWakeLockRefCount() {
63 void SensorService::SensorEventConnection::dump(String8& result) {
90 bool SensorService::SensorEventConnection::addSensor(int32_t handle) {
102 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) {
110 bool SensorService::SensorEventConnection::hasSensor(int32_t handle) const
    [all...]
SensorEventConnection.h 39 #include "SensorService.h"
43 class SensorService;
45 class SensorService::SensorEventConnection:
48 friend class SensorService;
51 SensorEventConnection(const sp<SensorService>& service, uid_t uid, String8 packageName,
123 sp<SensorService> const mService;
132 // has been added to the Looper in SensorService. This flag is typically set when this
153 // protected by SensorService::mLock. Key for this vector is the sensor handle.
SensorService.cpp 42 #include "SensorService.h"
69 const char* SensorService::WAKE_LOCK_NAME = "SensorService_wakelock";
70 uint8_t SensorService::sHmacGlobalKey[128] = {};
71 bool SensorService::sHmacGlobalKeyIsValid = false;
80 SensorService::SensorService()
85 bool SensorService::initializeHmacKey() {
123 void SensorService::enableSchedFifoMode() {
127 ALOGE("Couldn't set SCHED_FIFO for SensorService thread");
131 void SensorService::onFirstRef()
    [all...]
Android.mk 19 SensorService.cpp \
23 LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"
60 LOCAL_MODULE:= sensorservice
SensorService.h 63 class SensorService :
64 public BinderService<SensorService>,
87 friend class BinderService<SensorService>;
100 // injected from the SensorService as if it were the real sensor data. This mode is primarily
114 // these apps can register/unregister/call flush() on sensors. If SensorService switches to
125 // Shell commands to switch modes in SensorService.
126 // 1) Put SensorService in RESTRICTED mode with packageName .cts. If it is already in
129 // $ adb shell dumpsys sensorservice restrict .cts.
131 // 2) Put SensorService in DATA_INJECTION mode with packageName .xts. If it is already in
134 // $ adb shell dumpsys sensorservice data_injection .xts
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 20 #include <sensorservice/SensorService.h>
33 SensorService::instantiate();

Completed in 200 milliseconds