Searched defs:Cid (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/gd/l2cap/ |
| D | cid.h | 24 using Cid = uint16_t; variable
|
| /packages/modules/Virtualization/virtualizationmanager/src/ |
| D | aidl.rs | 78 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/ |
| D | aidl.rs | 46 pub type Cid = u32; typedef 188 fn get_next_available_cid(&mut self) -> Result<Cid> { in get_next_available_cid()
|