Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h167 static void handleHidlDeath(const std::string &detail);
171 handleHidlDeath(ret.description()); in checkReturn()
DSensorDevice.cpp202 handleHidlDeath(ret.description()); in poll()
674 void SensorDevice::handleHidlDeath(const std::string & detail) { in handleHidlDeath() function in android::SensorDevice