Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs465 hfp_audio_state: HashMap<RawAddress, BthfAudioState>, field
530 hfp_audio_state: HashMap::new(), in new()
1460 self.hfp_audio_state.remove(&addr); in dispatch_hfp_callbacks()
1485 self.hfp_audio_state.insert(addr, state); in dispatch_hfp_callbacks()
1499 self.hfp_audio_state.insert(addr, state) in dispatch_hfp_callbacks()
2492 if self.hfp_audio_state.values().any(|state| *state == BthfAudioState::Connected) { in get_hfp_connection_state()
2601 && !self.hfp_audio_state.values().any(|state| *state == BthfAudioState::Connected) in try_a2dp_resume()
3865 match self.hfp_audio_state.get(&addr) { in get_hfp_audio_final_codecs()
4167 if self.hfp_audio_state.keys().any(|addr| self.should_insert_call_when_sco_start(*addr)) in set_phone_ops_enabled()
4168 && self.hfp_audio_state.values().any(|x| x == &BthfAudioState::Connected) in set_phone_ops_enabled()
[all …]