| /packages/modules/Bluetooth/system/gd/l2cap/internal/ |
| D | ilink.h | 38 virtual void OnPendingPacketChange(Cid /* local_cid */, bool /* has_packet */) {} in OnPendingPacketChange() argument 40 virtual void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) {} in SendLeCredit() argument 43 virtual void SetChannelTxPriority(Cid /* local_cid */, bool /* high_priority */) {} in SetChannelTxPriority() argument
|
| D | scheduler.h | 56 virtual void OnPacketsReady(Cid /* cid */, int /* number_packets */) {} in OnPacketsReady() argument 62 virtual void SetChannelTxPriority(Cid /* cid */, bool /* high_priority */) {} in SetChannelTxPriority() argument 68 virtual void RemoveChannel(Cid /* cid */) {} in RemoveChannel() argument
|
| /packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
| D | informational.rs | 22 type Cid = u16; typedef 265 cid: Cid, in report_l2cap_conn_req() 281 host_cid: Cid, in report_l2cap_conn_rsp() 282 peer_cid: Cid, in report_l2cap_conn_rsp() 322 host_cid: Cid, in report_l2cap_disconn_rsp() 323 peer_cid: Cid, in report_l2cap_disconn_rsp() 663 cid: Cid, in report_l2cap_conn_req() 675 host_cid: Cid, in report_l2cap_conn_rsp() 676 peer_cid: Cid, in report_l2cap_conn_rsp() 690 host_cid: Cid, in report_l2cap_disconn_rsp() [all …]
|
| /packages/modules/Bluetooth/system/gd/l2cap/ |
| D | cid.h | 24 using Cid = uint16_t; variable
|
| /packages/modules/Virtualization/virtualizationmanager/src/ |
| D | aidl.rs | 96 pub type Cid = u32; typedef 352 ) -> binder::Result<(VmContext, Cid, PathBuf)> { in create_vm_context() argument 1261 pub fn notify_payload_started(&self, cid: Cid) { in notify_payload_started() 1271 pub fn notify_payload_ready(&self, cid: Cid) { in notify_payload_ready() 1281 pub fn notify_payload_finished(&self, cid: Cid, exit_code: i32) { in notify_payload_finished() 1291 pub fn notify_error(&self, cid: Cid, error_code: ErrorCode, message: &str) { in notify_error() 1301 pub fn callback_on_died(&self, cid: Cid, reason: DeathReason) { in callback_on_died()
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
| D | signalling_manager.cc | 116 Psm /* psm */, std::vector<Cid> /* local_cid */, Mtu /* mtu */) {} in SendEnhancedConnectionRequest() 119 std::vector<Cid> /* local_cid */, Mtu /* mtu */) {} in SendEnhancedReconfigureRequest()
|
| D | link.cc | 345 void Link::OnPendingPacketChange(Cid /* local_cid */, bool has_packet) { in OnPendingPacketChange() argument
|
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
| D | link.h | 165 void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) override {} in SendLeCredit() argument
|
| D | link.cc | 476 void Link::OnPendingPacketChange(Cid /* local_cid */, bool has_packet) { in OnPendingPacketChange() argument
|
| D | signalling_manager.cc | 624 SignalId signal_id, Cid /* remote_cid */, Cid cid) { in OnDisconnectionResponse() argument
|
| /packages/modules/Virtualization/virtualizationservice/src/ |
| D | aidl.rs | 79 pub type Cid = u32; typedef 684 fn get_next_available_cid(&mut self) -> Result<Cid> { in get_next_available_cid()
|