Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py365 def incoming_call(self, number): member in Bluetooth
366 return self.telephony_client.incoming_call(number)
460 def incoming_call(self, number): member in Bluetooth
461 return self.telephony_client.incoming_call(number)
Dmodem.py39 call_result = self.bluetooth.incoming_call(phone_number)
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs65 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py217 def incoming_call(self, number): member in FlossTelephonyClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs322 fn incoming_call(&mut self, number: String) -> bool; in incoming_call() method
4202 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2197 .incoming_call(String::from(get_arg(args, 1)?)); in cmd_telephony()
Ddbus_iface.rs2427 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method