OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NlActionRemove
(Results
1 - 4
of
4
) sorted by null
/system/core/include/sysutils/
NetlinkEvent.h
33
const static int
NlActionRemove
;
/system/netd/
NetlinkHandler.cpp
61
} else if (action == evt->
NlActionRemove
) {
/system/core/libsysutils/src/
NetlinkEvent.cpp
41
const int NetlinkEvent::
NlActionRemove
= 2;
311
mAction =
NlActionRemove
;
/system/vold/
DirectVolume.cpp
131
} else if (action == NetlinkEvent::
NlActionRemove
) {
Completed in 154 milliseconds