/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | KeepalivePacketDataUtilTest.java | 67 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/ |
D | TcpHeader.java | 55 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/ |
D | bluetooth_audio_port_impl.cc | 45 Status ack = transport_instance_->StartRequest(is_low_latency); in startStream() local 57 Status ack = transport_instance_->SuspendRequest(); in suspendStream() local
|
D | client_interface_aidl.h | 69 inline BluetoothAudioStatus StatusToHalStatus(Status ack) { in StatusToHalStatus()
|
D | client_interface_aidl.cc | 398 void BluetoothAudioClientInterface::StreamStarted(const Status& ack) { in StreamStarted() 416 void BluetoothAudioClientInterface::StreamSuspended(const Status& ack) { in StreamSuspended()
|
D | a2dp_encoding_aidl.cc | 545 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/ |
D | le_audio_software_unittest.cc | 268 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/ |
D | client_interface_hidl.cc | 50 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()
|
D | a2dp_encoding_hidl.cc | 82 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()
|
D | client_interface_hidl.h | 65 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus(const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | audio_ctrl_ack.h | 40 BluetoothAudioCtrlAckToHalStatus(const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
|
D | bluetooth_audio_port_impl.cc | 43 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(is_low_latency); in startStream() local 55 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
|
D | client_interface_aidl.cc | 39 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/ |
D | btif_a2dp.cc | 129 Status ack; in btif_a2dp_on_offload_started() local
|
/packages/modules/adb/client/ |
D | main.cpp | 199 const CHAR ack[] = "OK\n"; in adb_server_main() local
|
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/bluetooth/ |
D | BluetoothServer.kt | 102 val ack = BluetoothPacket.newBuilder().setCommand(PacketCommand.COMMAND_ACK) in startRead() constant
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | PacketBuilder.java | 185 public void writeTcpHeader(short srcPort, short dstPort, short seq, short ack, in writeTcpHeader()
|
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/ |
D | EthernetTetheringTestBase.java | 746 @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/ |
D | ApfFilter.java | 1617 public final int ack; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData 1641 static byte[] generatePortSeqAckFingerprint(int srcPort, int dstPort, int seq, int ack) { in generatePortSeqAckFingerprint()
|