Home
last modified time | relevance | path

Searched refs:RemoveRustDevice (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.h50 void RemoveRustDevice(uint32_t rootcanal_id);
H A Dbluetooth_facade.cc413 void RemoveRustDevice(uint32_t rootcanal_id) { in RemoveRustDevice() function
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs189 pub fn RemoveRustDevice(rootcanal_id: u32); in RemoveRustDevice() function