Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 19 of 19) 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/aidl/a2dp/
Dbluetooth_audio_port_impl.cc45 Status ack = transport_instance_->StartRequest(is_low_latency); in startStream() local
57 Status ack = transport_instance_->SuspendRequest(); in suspendStream() local
Dclient_interface_aidl.h69 inline BluetoothAudioStatus StatusToHalStatus(Status ack) { in StatusToHalStatus()
Dclient_interface_aidl.cc398 void BluetoothAudioClientInterface::StreamStarted(const Status& ack) { in StreamStarted()
416 void BluetoothAudioClientInterface::StreamSuspended(const Status& ack) { in StreamSuspended()
Da2dp_encoding_aidl.cc545 void ack_stream_started(Status ack) { in ack_stream_started()
564 void ack_stream_suspended(Status ack) { in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc268 void BluetoothAudioClientInterface::StreamStarted(const BluetoothAudioCtrlAck& ack) { in StreamStarted()
283 void BluetoothAudioClientInterface::StreamSuspended(const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
290 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
392 void BluetoothAudioClientInterface::StreamStarted(const BluetoothAudioCtrlAck& ack) { in StreamStarted()
407 void BluetoothAudioClientInterface::StreamSuspended(const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
466 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc50 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
77 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(); in startStream() local
89 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
606 void BluetoothAudioClientInterface::StreamStarted(const BluetoothAudioCtrlAck& ack) { in StreamStarted()
628 void BluetoothAudioClientInterface::StreamSuspended(const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
Da2dp_encoding_hidl.cc82 static BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(Status ack) { in a2dp_ack_to_bt_audio_ctrl_ack()
431 void ack_stream_started(Status ack) { in ack_stream_started()
450 void ack_stream_suspended(Status ack) { in ack_stream_suspended()
Dclient_interface_hidl.h65 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus(const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Daudio_ctrl_ack.h40 BluetoothAudioCtrlAckToHalStatus(const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
Dbluetooth_audio_port_impl.cc43 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(is_low_latency); in startStream() local
55 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
Dclient_interface_aidl.cc39 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
390 void BluetoothAudioClientInterface::StreamStarted(const BluetoothAudioCtrlAck& ack) { in StreamStarted()
408 void BluetoothAudioClientInterface::StreamSuspended(const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp.cc129 Status ack; in btif_a2dp_on_offload_started() local
/packages/modules/adb/client/
Dmain.cpp199 const CHAR ack[] = "OK\n"; in adb_server_main() local
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/bluetooth/
DBluetoothServer.kt102 val ack = BluetoothPacket.newBuilder().setCommand(PacketCommand.COMMAND_ACK) in startRead() constant
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DPacketBuilder.java185 public void writeTcpHeader(short srcPort, short dstPort, short seq, short ack, in writeTcpHeader()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java746 @NonNull final InetAddress dstIp, short seq, short ack, byte tcpFlags, in sendDownloadPacketTcp()
770 @NonNull final InetAddress dstIp, short seq, short ack, byte tcpFlags, in sendUploadPacketTcp()
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java1617 public final int ack; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData
1641 static byte[] generatePortSeqAckFingerprint(int srcPort, int dstPort, int seq, int ack) { in generatePortSeqAckFingerprint()