Home
last modified time | relevance | path

Searched refs:socketCreationCallback (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsMultinetworkSocketClient.java77 InterfaceSocketCallback(SocketCreationCallback socketCreationCallback) { in InterfaceSocketCallback() argument
78 mSocketCreationCallback = socketCreationCallback; in InterfaceSocketCallback()
179 @Nullable Network network, @NonNull SocketCreationCallback socketCreationCallback) { in notifyNetworkRequested() argument
187 callback = new InterfaceSocketCallback(socketCreationCallback); in notifyNetworkRequested()
DMdnsSocketClientBase.java57 @Nullable Network network, @NonNull SocketCreationCallback socketCreationCallback); in notifyNetworkRequested() argument
DMdnsSocketClient.java229 @NonNull SocketCreationCallback socketCreationCallback) { in notifyNetworkRequested() argument
234 socketCreationCallback.onSocketCreated(new SocketKey(multicastSocket.getInterfaceIndex())); in notifyNetworkRequested()
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java2031 @NonNull MdnsSocketProvider.SocketRequestMonitor socketCreationCallback) { in makeMdnsSocketProvider() argument
2032 return new MdnsSocketProvider(context, looper, sharedLog, socketCreationCallback); in makeMdnsSocketProvider()