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()
114 bool SensorService::SensorDirectConnection::hasSensorAccess() const { in hasSensorAccess() function in android::SensorService::SensorDirectConnection115 return mService->hasSensorAccess(mUid, mOpPackageName); in hasSensorAccess()151 if (!hasSensorAccess()) { in configureChannel()
68 bool hasSensorAccess() const;
140 bool hasSensorAccess();
424 bool hasSensorAccess(uid_t uid, const String16& opPackageName);
336 bool SensorService::hasSensorAccess(uid_t uid, const String16& opPackageName) { in hasSensorAccess() function in android::SensorService