Home
last modified time | relevance | path

Searched refs:channelRequestType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceHidlImpl.java208 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
214 () -> initiateDataPathInternal(methodStr, transactionId, peerId, channelRequestType, in initiateDataPath()
856 int channelRequestType, int channel, MacAddress peer, String interfaceName, in initiateDataPathInternal() argument
870 req.channelRequestType = WifiNanIface.NanDataPathChannelCfg.toHidl(channelRequestType); in initiateDataPathInternal()
908 req.channelRequestType = WifiNanIface.NanDataPathChannelCfg.toHidl(channelRequestType); in initiateDataPathInternal()
DIWifiNanIface.java189 boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
DWifiNanIfaceAidlImpl.java384 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
393 peerId, channelRequestType, channel, peer, interfaceName, isOutOfBand, in initiateDataPath()
982 int peerId, int channelRequestType, int channel, MacAddress peer, String interfaceName, in createNanInitiateDataPathRequest() argument
988 req.channelRequestType = WifiNanIface.NanDataPathChannelCfg.toAidl(channelRequestType); in createNanInitiateDataPathRequest()
DWifiNanIface.java453 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
458 () -> mWifiNanIface.initiateDataPath(transactionId, peerId, channelRequestType, in initiateDataPath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java599 int channelRequestType = in validateInitiateDataPath() local
624 mDut.initiateDataPath(tid, peerId, channelRequestType, channel, peer, interfaceName, in validateInitiateDataPath()
633 collector.checkThat("channelRequestType", channelRequestType, in validateInitiateDataPath()
634 equalTo(nidpr.channelRequestType)); in validateInitiateDataPath()
DWifiNanIfaceAidlImplTest.java649 int channelRequestType = in validateInitiateDataPath() local
674 assertTrue(mDut.initiateDataPath(tid, peerId, channelRequestType, channel, peer, in validateInitiateDataPath()
683 collector.checkThat("channelRequestType", channelRequestType, in validateInitiateDataPath()
684 equalTo(nidpr.channelRequestType)); in validateInitiateDataPath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java107 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java599 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
605 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPath()
621 return iface.initiateDataPath(transactionId, peerId, channelRequestType, channel, in initiateDataPath()
DWifiAwareDataPathStateManager.java1044 int channelRequestType = NanDataPathChannelCfg.CHANNEL_NOT_REQUESTED; in needNetworkFor() local
1048 channelRequestType = nnri.networkSpecifier.isChannelRequired() in needNetworkFor()
1053 channelRequestType, channel, in needNetworkFor()
DWifiAwareStateManager.java1544 int channelRequestType, int channel, byte[] peer, String interfaceName, in initiateDataPathSetup() argument
1550 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE, channelRequestType); in initiateDataPathSetup()
3170 int channelRequestType = data.getInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE); in processCommand() local
3178 networkSpecifier, peerId, channelRequestType, channel, peer, in processCommand()
4297 WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, in initiateDataPathSetupLocal() argument
4305 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPathSetupLocal()
4330 channelRequestType, channel, peer, interfaceName, isOutOfBand, in initiateDataPathSetupLocal()