Home
last modified time | relevance | path

Searched refs:hasPermissionForSensor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h365 static bool hasPermissionForSensor(const Sensor& sensor);
H A DSensorService.cpp1951 } else if (hasPermissionForSensor(sensor)) { in canAccessSensor()
1970 bool SensorService::hasPermissionForSensor(const Sensor& sensor) { in hasPermissionForSensor() function in android::SensorService