Searched defs:AdapterState (Results 1 – 7 of 7) sorted by relevance
225 F: Fn(&mut AdapterState), in modify_state()250 pub fn get_adapters(&self) -> Vec<AdapterState> { in get_adapters()254 pub fn get_valid_adapters(&self) -> Vec<AdapterState> { in get_valid_adapters()1081 pub struct AdapterState { struct1083 pub state: ProcessState,1087 pub devpath: DevPath,1113 impl AdapterState { impl1350 F: Fn(&mut AdapterState), in modify_state()
23 enum AdapterState { enum
41 final class AdapterState extends StateMachine { class80 AdapterState(AdapterService service, Looper looper) { in AdapterState() method in AdapterState
26 enum class AdapterState : int64_t { OFF = 0, ON = 1 }; enum
316 public @interface AdapterState{} annotation in NfcAdapter
221 public @interface AdapterState {} annotation in BluetoothAdapter
1036 AdapterState(BtState), enumerator