Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h252 void handleHidlDeath(const std::string &detail);
256 handleHidlDeath(ret.description()); in checkReturn()
DSensorDevice.cpp555 handleHidlDeath(ret.description()); in pollHal()
1220 void SensorDevice::handleHidlDeath(const std::string & detail) { in handleHidlDeath() function in android::SensorDevice