Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java104 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
DWifiAwareNativeApiTest.java644 int channelRequestType = in validateInitiateDataPath() local
660 mDut.initiateDataPath(tid, peerId, channelRequestType, channel, peer, interfaceName, in validateInitiateDataPath()
668 collector.checkThat("channelRequestType", channelRequestType, in validateInitiateDataPath()
669 equalTo(nidpr.channelRequestType)); in validateInitiateDataPath()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java895 public boolean initiateDataPath(short transactionId, int peerId, int channelRequestType, in initiateDataPath() argument
900 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPath()
923 req.channelRequestType = channelRequestType; in initiateDataPath()
DWifiAwareStateManager.java783 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, in initiateDataPathSetup() argument
789 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE, channelRequestType); in initiateDataPathSetup()
1722 int channelRequestType = data.getInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE); in processCommand() local
1732 networkSpecifier, peerId, channelRequestType, channel, peer, in processCommand()
2482 WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, in initiateDataPathSetupLocal() argument
2488 + ", channelRequestType=" + channelRequestType + ", channel=" + channel in initiateDataPathSetupLocal()
2497 channelRequestType, channel, peer, interfaceName, pmk, passphrase, isOutOfBand, in initiateDataPathSetupLocal()