Searched refs:hasSensorAccess (Results 1 – 5 of 5) sorted by relevance
104 bool SensorService::SensorDirectConnection::hasSensorAccess() const { in hasSensorAccess() function in android::SensorService::SensorDirectConnection105 return mService->hasSensorAccess(mUid, mOpPackageName); in hasSensorAccess()140 if (!hasSensorAccess()) { in configureChannel()
276 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::SensorEventConnection579 if (hasSensorAccess()) { in writeToSocketFromCache()
135 bool hasSensorAccess();
367 bool hasSensorAccess(uid_t uid, const String16& opPackageName);
321 bool SensorService::hasSensorAccess(uid_t uid, const String16& opPackageName) { in hasSensorAccess() function in android::SensorService