/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 184 final int ack = 0x22222222; in testParseTcpKeepalivePacketData() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | bluetooth_audio_port_impl.cc | 37 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(is_low_latency); in startStream() local 51 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
|
D | client_interface_aidl.cc | 27 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<() 329 const BluetoothAudioCtrlAck& ack) { in StreamStarted() 349 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
|
D | a2dp_encoding_aidl.cc | 221 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack() 504 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started() 522 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
|
D | audio_ctrl_ack.h | 38 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | a2dp_encoding_hidl.cc | 210 BluetoothAudioCtrlAck a2dp_ack_to_bt_audio_ctrl_ack(tA2DP_CTRL_ACK ack) { in a2dp_ack_to_bt_audio_ctrl_ack() 487 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started() 505 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
|
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 91 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local 670 const BluetoothAudioCtrlAck& ack) { in StreamStarted() 694 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
|
D | client_interface_hidl.h | 76 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.cc | 251 void ack_stream_started(const tA2DP_CTRL_ACK& ack) { in ack_stream_started() 256 void ack_stream_suspended(const tA2DP_CTRL_ACK& ack) { in ack_stream_suspended()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp.cc | 136 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started() local
|
D | btif_a2dp_control.cc | 416 uint8_t ack = status; in btif_a2dp_command_ack() local
|
/packages/modules/adb/client/ |
D | main.cpp | 199 const CHAR ack[] = "OK\n"; in adb_server_main() local
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 119 uint8_t ack = status; in hearing_aid_send_ack() local
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfFilter.java | 1049 public final int ack; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData 1073 static byte[] generatePortSeqAckFingerprint(int srcPort, int dstPort, int seq, int ack) { in generatePortSeqAckFingerprint()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 1735 int dport, int seq, int ack, int dataLength) { in ipv4TcpPacket() 1759 int dport, int seq, int ack) { in ipv6TcpPacket()
|
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 441 char ack; in ha_command() local
|
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 434 char ack; in a2dp_command() local
|