Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DKeepalivePacketDataUtilTest.java67 final int ack = 0x22222222; in testFromTcpKeepaliveStableParcelable() local
128 assertEquals(buf.getInt(), ack); in testFromTcpKeepaliveStableParcelable() local
141 final int ack = 0x22222222; in testToTcpKeepaliveStableParcelable() local
178 final int ack = 0x22222222; in testParseTcpKeepalivePacketData() local
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/
DTcpHeader.java55 public final long ack; field in TcpHeader
67 public TcpHeader(final int srcPort, final int dstPort, final long seq, final long ack, in TcpHeader()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc304 const BluetoothAudioCtrlAck& ack) { in StreamStarted()
320 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
327 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
435 const BluetoothAudioCtrlAck& ack) { in StreamStarted()
451 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
503 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
Da2dp_encoding_host.cc267 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
272 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc223 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
497 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
514 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
Dclient_interface_hidl.cc50 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
77 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(); in startStream() local
90 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
670 const BluetoothAudioCtrlAck& ack) { in StreamStarted()
693 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
Dclient_interface_hidl.h77 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Daudio_ctrl_ack.h42 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
Dbluetooth_audio_port_impl.cc43 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(is_low_latency); in startStream() local
56 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
Dclient_interface_aidl.cc34 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
463 const BluetoothAudioCtrlAck& ack) { in StreamStarted()
482 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
Da2dp_encoding_aidl.cc242 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
634 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started()
651 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp.cc182 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started() local
Dbtif_a2dp_control.cc391 uint8_t ack = status; in btif_a2dp_command_ack() local
/packages/modules/adb/client/
Dmain.cpp195 const CHAR ack[] = "OK\n"; in adb_server_main() local
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DPacketBuilder.java177 public void writeTcpHeader(short srcPort, short dstPort, short seq, short ack, in writeTcpHeader()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc131 uint8_t ack = status; in hearing_aid_send_ack() local
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java706 @NonNull final InetAddress dstIp, short seq, short ack, byte tcpFlags, in sendDownloadPacketTcp()
730 @NonNull final InetAddress dstIp, short seq, short ack, byte tcpFlags, in sendUploadPacketTcp()
/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java1129 public final int ack; field in LegacyApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData
1153 static byte[] generatePortSeqAckFingerprint(int srcPort, int dstPort, int seq, int ack) { in generatePortSeqAckFingerprint()
DApfFilter.java1382 public final int ack; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData
1406 static byte[] generatePortSeqAckFingerprint(int srcPort, int dstPort, int seq, int ack) { in generatePortSeqAckFingerprint()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java1101 int dport, int seq, int ack, int dataLength) { in ipv4TcpPacket()
1125 int dport, int seq, int ack) { in ipv6TcpPacket()
DApfTest.java2171 int dport, int seq, int ack, int dataLength) { in ipv4TcpPacket()
2195 int dport, int seq, int ack) { in ipv6TcpPacket()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc439 char ack; in ha_command() local
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc432 char ack; in a2dp_command() local
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...