Searched defs:ListenerAction (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Duevent_listener.h35 enum class ListenerAction { class in namespace:android::init
40 using ListenerCallback = std::function<ListenerAction(const Uevent&)>;
47 ListenerAction RegenerateUeventsForPath(const std::string& path,
54 ListenerAction RegenerateUeventsForDir(DIR* d, const ListenerCallback& callback) const;

Completed in 50 milliseconds