Home
last modified time | relevance | path

Searched refs:mReplyChannel (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiP2pConnection.java43 private final AsyncChannel mReplyChannel = new AsyncChannel(); field in WifiP2pConnection
171 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java80 private final AsyncChannel mReplyChannel = new AsyncChannel(); field in NsdService
847 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
855 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
863 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java177 private AsyncChannel mReplyChannel = new WifiAsyncChannel(TAG); field in WifiP2pServiceImpl
503 ((WifiAsyncChannel) mReplyChannel).setWifiLog(log); in setWifiLogForReplyChannel()
4168 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
4176 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
4184 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()