Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs69 fn dialing_call(&mut self, number: String) -> bool { in dialing_call() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py230 def dialing_call(self, number): member in FlossTelephonyClient
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py372 return self.telephony_client.dialing_call(number)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs324 fn dialing_call(&mut self, number: String) -> bool; in dialing_call() method
4210 fn dialing_call(&mut self, number: String) -> bool { in dialing_call() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2210 .dialing_call(String::from(get_arg(args, 1)?)); in cmd_telephony()
Ddbus_iface.rs2431 fn dialing_call(&mut self, number: String) -> bool { in dialing_call() method