Searched refs:TelephonyEvent (Results 1 – 1 of 1) sorted by relevance
438 enum TelephonyEvent { enum458 impl From<TelephonyEvent> for u8 {459 fn from(telephony_event: TelephonyEvent) -> Self { in from()1600 self.notify_telephony_event(&addr, TelephonyEvent::CRASPlaceActiveCall); in dispatch_hfp_callbacks()1628 TelephonyEvent::CRASRemoveActiveCall, in dispatch_hfp_callbacks()1688 self.notify_telephony_event(&addr, TelephonyEvent::HFMicMute); in dispatch_hfp_callbacks()1695 self.notify_telephony_event(&addr, TelephonyEvent::HFMicUnmute); in dispatch_hfp_callbacks()1815 self.notify_telephony_event(&addr, TelephonyEvent::HFCurrentCallsQuery); in dispatch_hfp_callbacks()1833 self.notify_telephony_event(&addr, TelephonyEvent::HFAnswerCall); in dispatch_hfp_callbacks()1852 self.notify_telephony_event(&addr, TelephonyEvent::HFHangupCall); in dispatch_hfp_callbacks()[all …]