Searched refs:hasSensorAccess (Results 1 – 6 of 6) sorted by relevance
278 if (hasSensorAccess()) { in incrementPendingFlushCountIfHasAccess()350 if (hasSensorAccess() && noteOpIfRequired(buffer[i])) { in sendEvents()361 if (hasSensorAccess()) { in sendEvents()392 if (hasSensorAccess()) { in sendEvents()441 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess() function in android::SensorService::SensorEventConnection594 if (hasSensorAccess()) { in writeToSocketFromCache()773 if (hasSensorAccess()) { in capRates()793 if (hasSensorAccess()) { in uncapRates()
113 bool SensorService::SensorDirectConnection::hasSensorAccess() const { in hasSensorAccess() function in android::SensorService::SensorDirectConnection114 return mService->hasSensorAccess(mUid, mOpPackageName); in hasSensorAccess()150 if (!hasSensorAccess()) { in configureChannel()
69 bool hasSensorAccess() const;
141 bool hasSensorAccess();
439 bool hasSensorAccess(uid_t uid, const String16& opPackageName);
400 bool SensorService::hasSensorAccess(uid_t uid, const String16& opPackageName) { in hasSensorAccess() function in android::SensorService