HomeSort by relevance Sort by last modified time
    Searched refs:resetMask (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
NetlinkHandler.cpp 81 int resetMask = strchr(address, ':') ? RESET_IPV6_ADDRESSES : RESET_IPV4_ADDRESSES;
82 resetMask |= RESET_IGNORE_INTERFACE_ADDRESS;
83 if (int ret = ifc_reset_connections(iface, resetMask)) {
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 955 milliseconds