Home
last modified time | relevance | path

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

/system/core/include/sysutils/
DNetlinkEvent.h54 Action getAction() { return mAction; } in getAction() function
/system/netd/server/
DNetlinkHandler.cpp61 NetlinkEvent::Action action = evt->getAction(); in onEvent()
/system/vold/
DVolumeManager.cpp282 LOG(VERBOSE) << "handleBlockEvent with action " << (int) evt->getAction(); in handleBlockEvent()
295 switch (evt->getAction()) { in handleBlockEvent()
340 LOG(WARNING) << "Unexpected block event action " << (int) evt->getAction(); in handleBlockEvent()