Home
last modified time | relevance | path

Searched defs:suspend_state (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs166 suspend_state: Arc<Mutex<SuspendState>>, field
230 let mut suspend_state = self.suspend_state.lock().unwrap(); in suspend_ready() localVariable
260 let mut suspend_state = self.suspend_state.lock().unwrap(); in device_disconnected() localVariable
333 let mut suspend_state = self.suspend_state.lock().unwrap(); in suspend() localVariable
401 let mut suspend_state = suspend_state_cloned.lock().unwrap(); in suspend() localVariable
420 let mut suspend_state = self.suspend_state.lock().unwrap(); in resume() localVariable