Searched defs:get_state (Results 1 – 3 of 3) sorted by relevance
57 static tBTA_HD_STATE get_state() { return bta_hd_cb.state; } in get_state() function
212 pub fn get_state<T, F>(&self, hci: VirtualHciIndex, call: F) -> Option<T> in get_state() method1327 fn get_state<T, F>(&self, hci: VirtualHciIndex, call: F) -> Option<T> in get_state() method
1350 fn get_state(instance: &VmInstance) -> VirtualMachineState { in get_state() function