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/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;
39 pub trait IBatteryManagerCallback: RPCProxy {
Dbattery_service.rs12 use crate::RPCProxy;
84 pub trait IBatteryServiceCallback: RPCProxy {
396 impl RPCProxy for BatteryProviderCallback {
540 impl RPCProxy for GattCallback {
Dbluetooth_qa.rs4 use crate::{bluetooth::FLOSS_VER, Message, RPCProxy};
45 pub trait IBluetoothQACallback: RPCProxy {
Ddis.rs12 use crate::{Message, RPCProxy};
273 impl RPCProxy for DeviceInformationServerCallbacks {
Dbluetooth_admin.rs11 use crate::{Message, RPCProxy};
46 pub trait IBluetoothAdminPolicyCallback: RPCProxy {
Dsuspend.rs6 use crate::{BluetoothGatt, Message, RPCProxy};
46 pub trait ISuspendCallback: RPCProxy {
Dsocket_manager.rs27 use crate::RPCProxy;
268 pub trait IBluetoothSocketManagerCallbacks: RPCProxy {
Dbluetooth.rs56 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
501 pub trait IBluetoothCallback: RPCProxy {
576 pub trait IBluetoothConnectionCallback: RPCProxy {
2151 impl RPCProxy for BleDiscoveryCallbacks {
Dlib.rs553 pub trait RPCProxy { interface
Dbluetooth_gatt.rs28 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
934 pub trait IBluetoothGattCallback: RPCProxy {
1024 pub trait IBluetoothGattServerCallback: RPCProxy {
1122 pub trait IScannerCallback: RPCProxy {
4311 impl RPCProxy for TestBluetoothGattCallback {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs40 use btstack::{RPCProxy, SuspendMode};
98 impl RPCProxy for BtManagerCallback {
334 impl RPCProxy for BtCallback {
383 impl RPCProxy for BtConnectionCallback {
453 impl RPCProxy for ScannerCallback {
508 impl RPCProxy for AdminCallback {
671 impl RPCProxy for AdvertisingSetCallback {
872 impl RPCProxy for BtGattCallback {
1147 impl RPCProxy for BtGattServerCallback {
1288 impl RPCProxy for BtSocketManagerCallback {
[all …]
Ddbus_iface.rs53 use btstack::{RPCProxy, SuspendMode};
595 impl RPCProxy for IBluetoothCallbackDBus {}
665 impl RPCProxy for IBluetoothConnectionCallbackDBus {}
681 impl RPCProxy for IScannerCallbackDBus {}
1208 impl RPCProxy for IBluetoothManagerCallbackDBus {}
1228 impl RPCProxy for IAdvertisingSetCallbackDBus {}
1404 impl RPCProxy for IBluetoothAdminPolicyCallbackDBus {}
1862 impl RPCProxy for IBluetoothGattCallbackDBus {}
2269 impl RPCProxy for IBluetoothSocketManagerCallbacksDBus {}
2348 impl RPCProxy for ISuspendCallbackDBus {}
[all …]
/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.rs920 impl RPCProxy for #self_ty {} in dbus_proxy_obj() impl
958 impl RPCProxy for #struct_ident { in dbus_proxy_obj() impl

12