Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp104 bool SensorService::SensorDirectConnection::hasSensorAccess() const { in hasSensorAccess() function in android::SensorService::SensorDirectConnection
105 return mService->hasSensorAccess(mUid, mOpPackageName); in hasSensorAccess()
140 if (!hasSensorAccess()) { in configureChannel()
DSensorEventConnection.cpp276 if (hasSensorAccess()) { in incrementPendingFlushCountIfHasAccess()
348 if (hasSensorAccess() && noteOpIfRequired(buffer[i])) { in sendEvents()
359 if (hasSensorAccess()) { in sendEvents()
390 if (hasSensorAccess()) { in sendEvents()
439 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess() function in android::SensorService::SensorEventConnection
579 if (hasSensorAccess()) { in writeToSocketFromCache()
DSensorEventConnection.h135 bool hasSensorAccess();
DSensorService.h367 bool hasSensorAccess(uid_t uid, const String16& opPackageName);
DSensorService.cpp321 bool SensorService::hasSensorAccess(uid_t uid, const String16& opPackageName) { in hasSensorAccess() function in android::SensorService