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/core/libsysutils/src/
NetlinkEvent.cpp 44 const int NetlinkEvent::NlActionRemove = 2;
574 mAction = NlActionRemove;
  /system/netd/server/
NetlinkHandler.cpp 66 } else if (action == evt->NlActionRemove) {
  /system/vold/
DirectVolume.cpp 169 } else if (action == NetlinkEvent::NlActionRemove) {

Completed in 965 milliseconds