Searched refs:onConnectionChange (Results 1 – 3 of 3) sorted by relevance
98 mDaemon->onConnectionChange(mDevice, true); in threadLoop()102 mDaemon->onConnectionChange(mDevice, false); in threadLoop()104 mDaemon->onConnectionChange(mDevice, false); in threadLoop()163 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in processExistingFiles()183 mDaemon->onConnectionChange(getFullName(name), true /*connected*/); in handleInotifyData()186 mDaemon->onConnectionChange(getFullName(name), false /*connected*/); in handleInotifyData()
38 virtual bool onConnectionChange(const std::string &deviceKey, bool connected);
24 bool BaseDynamicSensorDaemon::onConnectionChange(const std::string &deviceKey, bool connected) { in onConnectionChange() function in android::SensorHalExt::BaseDynamicSensorDaemon