Home
last modified time | relevance | path

Searched refs:fromNetId (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/netd/server/
H A DNetworkController.h68 static inline net_handle_t netIdToNetHandle(unsigned fromNetId) { in netIdToNetHandle() argument
69 if (!fromNetId) { in netIdToNetHandle()
72 return (((net_handle_t)fromNetId << 32) | kHandleMagic); in netIdToNetHandle()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DLingerMonitor.java174 int fromNetId = getNotificationSource(nai); in maybeStopNotifying() local
175 if (fromNetId != NETID_UNSET) { in maybeStopNotifying()
176 mNotifications.delete(fromNetId); in maybeStopNotifying()
177 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()