Searched refs:socketCreationCallback (Results 1 – 4 of 4) sorted by relevance
77 InterfaceSocketCallback(SocketCreationCallback socketCreationCallback) { in InterfaceSocketCallback() argument78 mSocketCreationCallback = socketCreationCallback; in InterfaceSocketCallback()179 @Nullable Network network, @NonNull SocketCreationCallback socketCreationCallback) { in notifyNetworkRequested() argument187 callback = new InterfaceSocketCallback(socketCreationCallback); in notifyNetworkRequested()
57 @Nullable Network network, @NonNull SocketCreationCallback socketCreationCallback); in notifyNetworkRequested() argument
229 @NonNull SocketCreationCallback socketCreationCallback) { in notifyNetworkRequested() argument234 socketCreationCallback.onSocketCreated(new SocketKey(multicastSocket.getInterfaceIndex())); in notifyNetworkRequested()
2031 @NonNull MdnsSocketProvider.SocketRequestMonitor socketCreationCallback) { in makeMdnsSocketProvider() argument2032 return new MdnsSocketProvider(context, looper, sharedLog, socketCreationCallback); in makeMdnsSocketProvider()