Home
last modified time | relevance | path

Searched refs:RPCProxy (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs40 use btstack::{RPCProxy, SuspendMode};
98 impl RPCProxy for BtManagerCallback {
341 impl RPCProxy for BtCallback {
398 impl RPCProxy for BtConnectionCallback {
468 impl RPCProxy for ScannerCallback {
523 impl RPCProxy for AdminCallback {
686 impl RPCProxy for AdvertisingSetCallback {
887 impl RPCProxy for BtGattCallback {
1162 impl RPCProxy for BtGattServerCallback {
1303 impl RPCProxy for BtSocketManagerCallback {
[all …]
Ddbus_iface.rs54 use btstack::{RPCProxy, SuspendMode};
597 impl RPCProxy for IBluetoothCallbackDBus {}
671 impl RPCProxy for IBluetoothConnectionCallbackDBus {}
691 impl RPCProxy for IScannerCallbackDBus {}
1221 impl RPCProxy for IBluetoothManagerCallbackDBus {}
1241 impl RPCProxy for IAdvertisingSetCallbackDBus {}
1419 impl RPCProxy for IBluetoothAdminPolicyCallbackDBus {}
1881 impl RPCProxy for IBluetoothGattCallbackDBus {}
2290 impl RPCProxy for IBluetoothSocketManagerCallbacksDBus {}
2370 impl RPCProxy for ISuspendCallbackDBus {}
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dcallbacks.rs6 use crate::{Message, RPCProxy};
16 impl<T: RPCProxy + Send + ?Sized> Callbacks<T> {
111 impl RPCProxy for TestCallback {
Dbattery_provider_manager.rs3 use crate::{Message, RPCProxy};
10 pub trait IBatteryProviderCallback: RPCProxy {
Dbattery_manager.rs5 use crate::RPCProxy;
40 pub trait IBatteryManagerCallback: RPCProxy {
Dbattery_service.rs10 use crate::{uuid, APIMessage, BluetoothAPI, Message, RPCProxy};
81 pub trait IBatteryServiceCallback: RPCProxy {
436 impl RPCProxy for BatteryProviderCallback {
580 impl RPCProxy for GattCallback {
Dbluetooth_qa.rs4 use crate::{bluetooth::FLOSS_VER, Message, RPCProxy};
48 pub trait IBluetoothQACallback: RPCProxy {
Ddis.rs12 use crate::{Message, RPCProxy};
274 impl RPCProxy for DeviceInformationServerCallbacks {
Dsuspend.rs9 use crate::{BluetoothGatt, Message, RPCProxy};
54 pub trait ISuspendCallback: RPCProxy {
523 impl RPCProxy for BluetoothConnectionCallbacks {
Dbluetooth_admin.rs13 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy};
89 pub trait IBluetoothAdminPolicyCallback: RPCProxy {
416 impl RPCProxy for BluetoothDeviceCallbacks {
Dsocket_manager.rs27 use crate::RPCProxy;
268 pub trait IBluetoothSocketManagerCallbacks: RPCProxy {
Dbluetooth.rs50 use crate::{make_message_dispatcher, APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
512 pub trait IBluetoothCallback: RPCProxy {
574 pub trait IBluetoothConnectionCallback: RPCProxy {
2224 impl RPCProxy for BleDiscoveryCallbacks {
Dlib.rs618 pub trait RPCProxy { trait
Dbluetooth_gatt.rs25 use crate::{make_message_dispatcher, APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
934 pub trait IBluetoothGattCallback: RPCProxy {
1024 pub trait IBluetoothGattServerCallback: RPCProxy {
1122 pub trait IScannerCallback: RPCProxy {
4275 impl RPCProxy for TestBluetoothGattCallback {
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Diface_bluetooth_manager.rs1 use btstack::RPCProxy;
61 pub trait IBluetoothManagerCallback: RPCProxy {
Ddbus_iface.rs4 use btstack::RPCProxy;
71 impl RPCProxy for ISuspendCallbackDBus {}
Dbluetooth_manager_dbus.rs7 use btstack::RPCProxy;
Dpowerd_suspend_manager.rs2 use btstack::RPCProxy;
167 impl RPCProxy for SuspendCallback {
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_battery_provider_manager.rs4 use btstack::RPCProxy;
Diface_battery_manager.rs3 use btstack::RPCProxy;
Diface_bluetooth_admin.rs14 use btstack::RPCProxy;
Diface_bluetooth_telephony.rs3 use btstack::RPCProxy;
Diface_bluetooth_qa.rs10 use btstack::RPCProxy;
Diface_bluetooth_media.rs14 use btstack::RPCProxy;
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs932 impl RPCProxy for #self_ty {} in dbus_proxy_obj() impl
970 impl RPCProxy for #struct_ident { in dbus_proxy_obj() impl

12