Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs438 enum TelephonyEvent { enum
458 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 …]