Searched refs:fromNetId (Results 1 – 2 of 2) sorted by relevance
68 static inline net_handle_t netIdToNetHandle(unsigned fromNetId) { in netIdToNetHandle() argument69 if (!fromNetId) { in netIdToNetHandle()72 return (((net_handle_t)fromNetId << 32) | kHandleMagic); in netIdToNetHandle()
174 int fromNetId = getNotificationSource(nai); in maybeStopNotifying() local175 if (fromNetId != NETID_UNSET) { in maybeStopNotifying()176 mNotifications.delete(fromNetId); in maybeStopNotifying()177 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()