Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h214 void handleHidlDeath(const std::string &detail);
218 handleHidlDeath(ret.description()); in checkReturn()
DSensorDevice.cpp446 handleHidlDeath(ret.description()); in pollHal()
1014 void SensorDevice::handleHidlDeath(const std::string & detail) { in handleHidlDeath() function in android::SensorDevice