Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeApiTest.java661 int channelRequestType = in validateInitiateDataPath() local
677 mDut.initiateDataPath(tid, peerId, channelRequestType, channel, peer, interfaceName, in validateInitiateDataPath()
685 collector.checkThat("channelRequestType", channelRequestType, in validateInitiateDataPath()
686 equalTo(nidpr.channelRequestType)); in validateInitiateDataPath()
DTestUtils.java104 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java1036 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
1041 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPath()
1064 req.channelRequestType = channelRequestType; in initiateDataPath()
DWifiAwareStateManager.java930 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, in initiateDataPathSetup() argument
936 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE, channelRequestType); in initiateDataPathSetup()
1919 int channelRequestType = data.getInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE); in processCommand() local
1929 networkSpecifier, peerId, channelRequestType, channel, peer, in processCommand()
2711 WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, in initiateDataPathSetupLocal() argument
2717 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPathSetupLocal()
2726 channelRequestType, channel, peer, interfaceName, pmk, passphrase, isOutOfBand, in initiateDataPathSetupLocal()