Home
last modified time | relevance | path

Searched defs:Cid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/
Dcid.h24 using Cid = uint16_t; variable
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs78 pub type Cid = u32; typedef
265 ) -> binder::Result<(VmContext, Cid, PathBuf)> { in create_vm_context() argument
854 pub fn notify_payload_started(&self, cid: Cid) { in notify_payload_started()
864 pub fn notify_payload_ready(&self, cid: Cid) { in notify_payload_ready()
874 pub fn notify_payload_finished(&self, cid: Cid, exit_code: i32) { in notify_payload_finished()
884 pub fn notify_error(&self, cid: Cid, error_code: ErrorCode, message: &str) { in notify_error()
894 pub fn callback_on_died(&self, cid: Cid, reason: DeathReason) { in callback_on_died()
/packages/modules/Virtualization/virtualizationservice/src/
Daidl.rs46 pub type Cid = u32; typedef
188 fn get_next_available_cid(&mut self) -> Result<Cid> { in get_next_available_cid()