Searched refs:delay_volume_update (Results 1 – 1 of 1) sorted by relevance
474 delay_volume_update: HashMap<Profile, u8>, field539 delay_volume_update: HashMap::new(), in new()598 self.delay_volume_update.remove(&profile); in rm_connected_profile()1358 self.delay_volume_update.insert(Profile::AvrcpController, volume); in dispatch_avrcp_callbacks()1361 self.delay_volume_update.remove(&Profile::AvrcpController); in dispatch_avrcp_callbacks()1546 self.delay_volume_update.insert(Profile::Hfp, volume); in dispatch_hfp_callbacks()2160 self.delay_volume_update.clear(); in notify_critical_profile_disconnected()2413 let hfp_volume = self.delay_volume_update.remove(&Profile::Hfp); in notify_media_capability_updated()2414 let avrcp_volume = self.delay_volume_update.remove(&Profile::AvrcpController); in notify_media_capability_updated()