Home
last modified time | relevance | path

Searched refs:onConnectionChange (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp94 mDaemon->onConnectionChange(mDevice, true); in threadLoop()
98 mDaemon->onConnectionChange(mDevice, false); in threadLoop()
100 mDaemon->onConnectionChange(mDevice, false); in threadLoop()
155 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in processExistingFiles()
175 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in handleInotifyData()
178 mDaemon->onConnectionChange(getFullName(name), false /*connected*/); in handleInotifyData()
DBaseDynamicSensorDaemon.h38 virtual bool onConnectionChange(const std::string &deviceKey, bool connected);
DBaseDynamicSensorDaemon.cpp24 bool BaseDynamicSensorDaemon::onConnectionChange(const std::string &deviceKey, bool connected) { in onConnectionChange() function in android::SensorHalExt::BaseDynamicSensorDaemon