Searched defs:is_device_available (Results 1 – 3 of 3) sorted by relevance
375 is_device_available: Arc<AtomicBool>, field502 let is_device_available = Arc::new(AtomicBool::new(false)); in create_noop_stream_with_device_notification() localVariable952 is_device_available: Arc<AtomicBool>, field1131 let is_device_available = Arc::new(AtomicBool::new(false)); in create_noop_capture_stream_with_device_notification() localVariable
279 def is_device_available(self) -> bool: member in AdbHelper
1137 def is_device_available(self, btpeer, device_type): member in BluetoothAdapterTests