Searched refs:packetData (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioDataProxy.java | 370 public void startKeepalive(int serial, int contextId, KeepalivePacketData packetData, in startKeepalive() argument 378 if (packetData.getDstAddress() instanceof Inet4Address) { in startKeepalive() 380 } else if (packetData.getDstAddress() instanceof Inet6Address) { in startKeepalive() 389 final InetAddress srcAddress = packetData.getSrcAddress(); in startKeepalive() 390 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() 396 req.sourcePort = packetData.getSrcPort(); in startKeepalive() 402 req.destinationPort = packetData.getDstPort(); in startKeepalive() 412 if (packetData.getDstAddress() instanceof Inet4Address) { in startKeepalive() 414 } else if (packetData.getDstAddress() instanceof Inet6Address) { in startKeepalive() 423 final InetAddress srcAddress = packetData.getSrcAddress(); in startKeepalive() [all …]
|
D | CommandsInterface.java | 2441 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result); in startNattKeepalive() argument
|
D | RIL.java | 4532 public void startNattKeepalive(int contextId, KeepalivePacketData packetData, in startNattKeepalive() argument 4534 Objects.requireNonNull(packetData, "KeepaliveRequest cannot be null."); in startNattKeepalive() 4547 dataProxy.startKeepalive(rr.mSerial, contextId, packetData, intervalMillis, result); in startNattKeepalive()
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | mtp_fuzzer.cpp | 133 std::vector<uint8_t> packetData = mFdp.ConsumeBytes<uint8_t>( in init() local 137 addPackets(packetData.data(), packetData.size()); in init()
|
D | README.md | 18 1. PacketData (parameter name: "packetData") 22 |`packetData`| `String` |Value obtained from FuzzedDataProvider|
|
/frameworks/base/core/java/android/tracing/perfetto/ |
D | DataSource.java | 184 private static native void nativeWritePackets(long dataSourcePtr, byte[][] packetData); in nativeWritePackets() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 626 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1406 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
|
D | SimulatedCommands.java | 2383 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument 2385 contextId, packetData, intervalMillis, result); in startNattKeepalive()
|