Home
last modified time | relevance | path

Searched refs:NlActionAdd (Results 1 – 4 of 4) sorted by relevance

/system/core/include/sysutils/
DNetlinkEvent.h32 const static int NlActionAdd; variable
/system/netd/server/
DNetlinkHandler.cpp64 if (action == evt->NlActionAdd) { in onEvent()
/system/core/libsysutils/src/
DNetlinkEvent.cpp43 const int NetlinkEvent::NlActionAdd = 1; member in NetlinkEvent
572 mAction = NlActionAdd; in parseAsciiNetlinkMessage()
/system/vold/
DDirectVolume.cpp142 if (action == NetlinkEvent::NlActionAdd) { in handleBlockEvent()