Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 17 of 17) 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
184 final int ack = 0x22222222; in testParseTcpKeepalivePacketData() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.cc37 BluetoothAudioCtrlAck ack = transport_instance_->StartRequest(is_low_latency); in startStream() local
51 BluetoothAudioCtrlAck ack = transport_instance_->SuspendRequest(); in suspendStream() local
Dclient_interface_aidl.cc27 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& ack) { in operator <<()
329 const BluetoothAudioCtrlAck& ack) { in StreamStarted()
349 const BluetoothAudioCtrlAck& ack) { in StreamSuspended()
Da2dp_encoding_aidl.cc221 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()
Daudio_ctrl_ack.h38 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc210 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()
Dclient_interface_hidl.cc50 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()
Dclient_interface_hidl.h76 const BluetoothAudioCtrlAck& ack) { in BluetoothAudioCtrlAckToHalStatus()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc251 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/
Dbtif_a2dp.cc136 tA2DP_CTRL_ACK ack; in btif_a2dp_on_offload_started() local
Dbtif_a2dp_control.cc416 uint8_t ack = status; in btif_a2dp_command_ack() local
/packages/modules/adb/client/
Dmain.cpp199 const CHAR ack[] = "OK\n"; in adb_server_main() local
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc119 uint8_t ack = status; in hearing_aid_send_ack() local
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java1049 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/
DApfTest.java1735 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/
Daudio_hearing_aid_hw.cc441 char ack; in ha_command() local
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc434 char ack; in a2dp_command() local