Searched refs:serviceSpecificInfoLength (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/nan/ |
D | PublishData.java | 68 int serviceSpecificInfoLength, byte[] txFilter, int txFilterLength, byte[] rxFilter, in PublishData() argument 71 mServiceSpecificInfoLength = serviceSpecificInfoLength; in PublishData() 250 int serviceSpecificInfoLength) { in setServiceSpecificInfo() argument 251 if (serviceSpecificInfoLength != 0 && (serviceSpecificInfo == null in setServiceSpecificInfo() 252 || serviceSpecificInfo.length < serviceSpecificInfoLength)) { in setServiceSpecificInfo() 256 mServiceSpecificInfoLength = serviceSpecificInfoLength; in setServiceSpecificInfo()
|
D | SubscribeData.java | 69 int serviceSpecificInfoLength, byte[] txFilter, int txFilterLength, byte[] rxFilter, in SubscribeData() argument 72 mServiceSpecificInfoLength = serviceSpecificInfoLength; in SubscribeData() 250 int serviceSpecificInfoLength) { in setServiceSpecificInfo() argument 251 mServiceSpecificInfoLength = serviceSpecificInfoLength; in setServiceSpecificInfo()
|
D | WifiNanSessionListener.java | 295 int serviceSpecificInfoLength, byte[] matchFilter, int matchFilterLength) { in onMatch() argument 388 int serviceSpecificInfoLength, byte[] matchFilter, int matchFilterLength) { 397 msg.arg1 = serviceSpecificInfoLength;
|
D | IWifiNanSessionListener.aidl | 33 int serviceSpecificInfoLength, in byte[] matchFilter, int matchFilterLength); in onMatch() argument
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/ |
D | WifiNanSessionState.java | 212 int serviceSpecificInfoLength, byte[] matchFilter, int matchFilterLength) { in onMatch() argument 221 serviceSpecificInfoLength, matchFilter, matchFilterLength); in onMatch()
|
D | WifiNanStateManager.java | 293 byte[] serviceSpecificInfo, int serviceSpecificInfoLength, byte[] matchFilter, in onMatch() argument 301 data.putInt(MESSAGE_BUNDLE_KEY_SSI_LENGTH, serviceSpecificInfoLength); in onMatch() 494 int serviceSpecificInfoLength = msg.getData() in handleMessage() local 499 serviceSpecificInfoLength, matchFilter, matchFilterLength); in handleMessage() 1072 byte[] serviceSpecificInfo, int serviceSpecificInfoLength, byte[] matchFilter, in onMatchLocal() argument 1078 + serviceSpecificInfoLength + ", serviceSpecificInfo=" + serviceSpecificInfo in onMatchLocal() 1089 serviceSpecificInfoLength, matchFilter, matchFilterLength); in onMatchLocal()
|
D | WifiNanNative.java | 577 byte[] serviceSpecificInfo, int serviceSpecificInfoLength, byte[] matchFilter, in onMatchEvent() argument 587 serviceSpecificInfo, serviceSpecificInfoLength, matchFilter, matchFilterLength); in onMatchEvent()
|