Home
last modified time | relevance | path

Searched refs:hasSensorAccess (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorEventConnection.h54 bool hasSensorAccess);
136 bool hasSensorAccess();
DSensorEventConnection.cpp32 const String16& opPackageName, bool hasSensorAccess) in SensorEventConnection() argument
37 mHasSensorAccess(hasSensorAccess) { in SensorEventConnection()
290 if (hasSensorAccess() && noteOpIfRequired(buffer[i])) { in sendEvents()
301 if (hasSensorAccess()) { in sendEvents()
332 if (hasSensorAccess()) { in sendEvents()
386 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess() function in android::SensorService::SensorEventConnection
516 if (hasSensorAccess()) { in writeToSocketFromCache()
DSensorService.cpp1111 bool hasSensorAccess = mUidPolicy->isUidActive(uid); in createSensorEventConnection() local
1113 requestedMode == DATA_INJECTION, connOpPackageName, hasSensorAccess)); in createSensorEventConnection()