HomeSort by relevance Sort by last modified time
    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 1029 milliseconds