Searched refs:TelephonyEvent (Results 1 – 1 of 1) sorted by relevance
422 enum TelephonyEvent { enum442 impl From<TelephonyEvent> for u8 {443 fn from(telephony_event: TelephonyEvent) -> Self { in from()1491 self.notify_telephony_event(&addr, TelephonyEvent::CRASPlaceActiveCall); in dispatch_hfp_callbacks()1513 TelephonyEvent::CRASRemoveActiveCall, in dispatch_hfp_callbacks()1573 self.notify_telephony_event(&addr, TelephonyEvent::HFMicMute); in dispatch_hfp_callbacks()1580 self.notify_telephony_event(&addr, TelephonyEvent::HFMicUnmute); in dispatch_hfp_callbacks()1721 self.notify_telephony_event(&addr, TelephonyEvent::HFCurrentCallsQuery); in dispatch_hfp_callbacks()1742 self.notify_telephony_event(&addr, TelephonyEvent::HFAnswerCall); in dispatch_hfp_callbacks()1761 self.notify_telephony_event(&addr, TelephonyEvent::HFHangupCall); in dispatch_hfp_callbacks()[all …]