Home
last modified time | relevance | path

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

/system/core/init/
Dkeychords.h77 void InotifyHandler();
Dkeychords.cpp220 void Keychords::InotifyHandler() { in InotifyHandler() function in android::init::Keychords
274 epoll_->RegisterHandler(inotify_fd_, [this]() { this->InotifyHandler(); }); in GeteventOpenDevice()