Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs77 fn hangup_call(&mut self) -> bool { in hangup_call() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py251 def hangup_call(self): member in FlossTelephonyClient
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py395 def hangup_call(self): member in Bluetooth
396 return self.telephony_client.hangup_call()
Dhfp.py68 self.bluetooth.hangup_call()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs328 fn hangup_call(&mut self) -> bool; in hangup_call() method
4228 fn hangup_call(&mut self) -> bool { in hangup_call() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2224 self.context.lock().unwrap().telephony_dbus.as_mut().unwrap().hangup_call(); in cmd_telephony()
Ddbus_iface.rs2439 fn hangup_call(&mut self) -> bool { in hangup_call() method