/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiNanIfaceHidlImpl.java | 208 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()
|
D | IWifiNanIface.java | 189 boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
|
D | WifiNanIfaceAidlImpl.java | 384 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()
|
D | WifiNanIface.java | 453 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/ |
D | WifiNanIfaceHidlImplTest.java | 599 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()
|
D | WifiNanIfaceAidlImplTest.java | 649 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/ |
D | TestUtils.java | 107 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 599 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()
|
D | WifiAwareDataPathStateManager.java | 1044 int channelRequestType = NanDataPathChannelCfg.CHANNEL_NOT_REQUESTED; in needNetworkFor() local 1048 channelRequestType = nnri.networkSpecifier.isChannelRequired() in needNetworkFor() 1053 channelRequestType, channel, in needNetworkFor()
|
D | WifiAwareStateManager.java | 1544 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()
|