Home
last modified time | relevance | path

Searched refs:packetData (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java370 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 …]
DCommandsInterface.java2441 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result); in startNattKeepalive() argument
DRIL.java4532 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/
Dmtp_fuzzer.cpp133 std::vector<uint8_t> packetData = mFdp.ConsumeBytes<uint8_t>( in init() local
137 addPackets(packetData.data(), packetData.size()); in init()
DREADME.md18 1. PacketData (parameter name: "packetData")
22 |`packetData`| `String` |Value obtained from FuzzedDataProvider|
/frameworks/base/core/java/android/tracing/perfetto/
DDataSource.java184 private static native void nativeWritePackets(long dataSourcePtr, byte[][] packetData); in nativeWritePackets() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java626 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1406 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
DSimulatedCommands.java2383 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
2385 contextId, packetData, intervalMillis, result); in startNattKeepalive()