Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h228 static bool verifyCanAccessSensor(const Sensor& sensor, const char* operation);
DSensorService.cpp724 if (!verifyCanAccessSensor(sensor->getSensor(), "Tried enabling")) { in enable()
867 if (!verifyCanAccessSensor(sensor->getSensor(), "Tried configuring")) { in setEventRate()
918 bool SensorService::verifyCanAccessSensor(const Sensor& sensor, const char* operation) { in verifyCanAccessSensor() function in android::SensorService
1093 if (!verifyCanAccessSensor(mService->getSensorFromHandle(handle), "Tried adding")) { in addSensor()