Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h364 static bool hasPermissionForSensor(const Sensor& sensor);
DSensorService.cpp1959 } else if (hasPermissionForSensor(sensor)) { in canAccessSensor()
1978 bool SensorService::hasPermissionForSensor(const Sensor& sensor) { in hasPermissionForSensor() function in android::SensorService