Searched refs:a2dp_states (Results 1 – 1 of 1) sorted by relevance
460 a2dp_states: HashMap<RawAddress, BtavConnectionState>, field525 a2dp_states: HashMap::new(), in new()1218 if !self.a2dp_states.get(&addr).is_none() in dispatch_a2dp_callbacks()1219 && state == *self.a2dp_states.get(&addr).unwrap() in dispatch_a2dp_callbacks()1232 self.a2dp_states.insert(addr, state); in dispatch_a2dp_callbacks()1237 self.a2dp_states.remove(&addr); in dispatch_a2dp_callbacks()1243 self.a2dp_states.insert(addr, state); in dispatch_a2dp_callbacks()2531 for state in self.a2dp_states.values() { in get_a2dp_connection_state()3682 match self.a2dp_states.get(&addr) { in set_active_device()3731 if self.a2dp_states.get(&addr).is_none() { in set_audio_config()