Searched refs:TlvBufferUtils (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/ |
D | TlvBufferUtilsTest.java | 46 TlvBufferUtils.TlvConstructor tlv11 = new TlvBufferUtils.TlvConstructor(1, 1); in testTlvBuild() 55 TlvBufferUtils.TlvConstructor tlv01 = new TlvBufferUtils.TlvConstructor(0, 1); in testTlvBuild() 65 TlvBufferUtils.isValid(tlv11.getArray(), 1, 1), in testTlvBuild() 68 TlvBufferUtils.isValid(tlv01.getArray(), 0, 1), in testTlvBuild() 77 TlvBufferUtils.TlvConstructor tlv = new TlvBufferUtils.TlvConstructor(1, 1); in testTlvReuse() 104 TlvBufferUtils.TlvConstructor tlv01 = new TlvBufferUtils.TlvConstructor(0, 1); in testTlvListOperations() 107 List<byte[]> parsedList = new TlvBufferUtils.TlvIterable(0, 1, tlvData).toList(); in testTlvListOperations() 125 List<byte[]> parsedList = new TlvBufferUtils.TlvIterable(0, 1, validTlv01).toList(); in testTlvParseToList() 140 List<byte[]> data = new TlvBufferUtils.TlvIterable(0, 1, invalidTlv01).toList(); in testTlvParseToListError() 148 TlvBufferUtils.TlvConstructor tlv = new TlvBufferUtils.TlvConstructor(1, 1); in testRawPuts() [all …]
|
D | WifiAwareManagerTest.java | 401 List<byte[]> parsedMatchFilter = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in testPublishFlow() 864 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigBuilder() 910 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigParcel() 983 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigBuilder() 1023 new TlvBufferUtils.TlvIterable(0, 1, matchFilter) in testPublishConfigParcel()
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | SubscribeConfig.java | 151 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString() 286 if (!TlvBufferUtils.isValid(mMatchFilter, 0, 1)) { in assertValid() 488 mMatchFilter = new TlvBufferUtils.TlvConstructor(0, 1).allocateAndPut( in setMatchFilter()
|
D | PublishConfig.java | 145 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString() 255 if (!TlvBufferUtils.isValid(mMatchFilter, 0, 1)) { in assertValid() 464 mMatchFilter = new TlvBufferUtils.TlvConstructor(0, 1).allocateAndPut( in setMatchFilter()
|
D | TlvBufferUtils.java | 37 public class TlvBufferUtils { class 38 private TlvBufferUtils() { in TlvBufferUtils() method in TlvBufferUtils
|
D | WifiAwareManager.java | 1126 matchFilterList = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in getMatchFilterList()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 36 import android.net.wifi.aware.TlvBufferUtils; 1760 TlvBufferUtils.TlvConstructor tlvc = new TlvBufferUtils.TlvConstructor(1, 2); in buildTlv() 1805 TlvBufferUtils.TlvIterable tlvi = new TlvBufferUtils.TlvIterable(1, 2, tlvs); in parseTlv() 1807 for (TlvBufferUtils.TlvElement tlve : tlvi) { in parseTlv() 1860 TlvBufferUtils.TlvIterable subTlvi = new TlvBufferUtils.TlvIterable(1, in parseServiceInfoTlv() 1863 for (TlvBufferUtils.TlvElement subTlve : subTlvi) { in parseServiceInfoTlv()
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 223 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;-><init>(II)V 224 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->addHeader(II)V 225 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->allocate(I)Landroid/net/wifi/aware/TlvBuffe… 226 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->allocateAndPut(Ljava/util/List;)Landroid/ne… 227 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->checkLength(I)V 228 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->getActualLength()I 229 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->getArray()[B 230 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->mArray:[B 231 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->mArrayLength:I 232 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->mLengthSize:I [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 73 import android.net.wifi.aware.TlvBufferUtils; 2344 TlvBufferUtils.TlvConstructor tlvc = new TlvBufferUtils.TlvConstructor(1, 2); in buildTlv()
|