Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs237 pub struct UpstartInvoker { struct
241 impl UpstartInvoker { implementation
242 pub fn new() -> UpstartInvoker { in new()
243 UpstartInvoker {} in new()
247 impl ProcessManager for UpstartInvoker { implementation