Searched refs:RPCProxy (Results 1 – 25 of 29) sorted by relevance
12
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | callbacks.rs | 6 use crate::{Message, RPCProxy}; 16 impl<T: RPCProxy + Send + ?Sized> Callbacks<T> { 111 impl RPCProxy for TestCallback {
|
D | battery_provider_manager.rs | 3 use crate::{Message, RPCProxy}; 10 pub trait IBatteryProviderCallback: RPCProxy {
|
D | battery_manager.rs | 5 use crate::RPCProxy; 39 pub trait IBatteryManagerCallback: RPCProxy {
|
D | battery_service.rs | 12 use crate::RPCProxy; 84 pub trait IBatteryServiceCallback: RPCProxy { 396 impl RPCProxy for BatteryProviderCallback { 540 impl RPCProxy for GattCallback {
|
D | bluetooth_qa.rs | 4 use crate::{bluetooth::FLOSS_VER, Message, RPCProxy}; 45 pub trait IBluetoothQACallback: RPCProxy {
|
D | dis.rs | 12 use crate::{Message, RPCProxy}; 273 impl RPCProxy for DeviceInformationServerCallbacks {
|
D | bluetooth_admin.rs | 11 use crate::{Message, RPCProxy}; 46 pub trait IBluetoothAdminPolicyCallback: RPCProxy {
|
D | suspend.rs | 6 use crate::{BluetoothGatt, Message, RPCProxy}; 46 pub trait ISuspendCallback: RPCProxy {
|
D | socket_manager.rs | 27 use crate::RPCProxy; 268 pub trait IBluetoothSocketManagerCallbacks: RPCProxy {
|
D | bluetooth.rs | 56 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode}; 501 pub trait IBluetoothCallback: RPCProxy { 576 pub trait IBluetoothConnectionCallback: RPCProxy { 2151 impl RPCProxy for BleDiscoveryCallbacks {
|
D | lib.rs | 553 pub trait RPCProxy { interface
|
D | bluetooth_gatt.rs | 28 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/ |
D | callbacks.rs | 40 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 …]
|
D | dbus_iface.rs | 53 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/ |
D | iface_bluetooth_manager.rs | 1 use btstack::RPCProxy; 61 pub trait IBluetoothManagerCallback: RPCProxy {
|
D | dbus_iface.rs | 4 use btstack::RPCProxy; 71 impl RPCProxy for ISuspendCallbackDBus {}
|
D | bluetooth_manager_dbus.rs | 7 use btstack::RPCProxy;
|
D | powerd_suspend_manager.rs | 2 use btstack::RPCProxy; 167 impl RPCProxy for SuspendCallback {
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_battery_provider_manager.rs | 4 use btstack::RPCProxy;
|
D | iface_battery_manager.rs | 3 use btstack::RPCProxy;
|
D | iface_bluetooth_admin.rs | 14 use btstack::RPCProxy;
|
D | iface_bluetooth_telephony.rs | 3 use btstack::RPCProxy;
|
D | iface_bluetooth_qa.rs | 10 use btstack::RPCProxy;
|
D | iface_bluetooth_media.rs | 14 use btstack::RPCProxy;
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 920 impl RPCProxy for #self_ty {} in dbus_proxy_obj() impl 958 impl RPCProxy for #struct_ident { in dbus_proxy_obj() impl
|
12