Searched refs:RPCProxy (Results 1 – 25 of 29) sorted by relevance
12
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 40 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 …]
|
D | dbus_iface.rs | 54 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/ |
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; 40 pub trait IBatteryManagerCallback: RPCProxy {
|
D | battery_service.rs | 10 use crate::{uuid, APIMessage, BluetoothAPI, Message, RPCProxy}; 81 pub trait IBatteryServiceCallback: RPCProxy { 436 impl RPCProxy for BatteryProviderCallback { 580 impl RPCProxy for GattCallback {
|
D | bluetooth_qa.rs | 4 use crate::{bluetooth::FLOSS_VER, Message, RPCProxy}; 48 pub trait IBluetoothQACallback: RPCProxy {
|
D | dis.rs | 12 use crate::{Message, RPCProxy}; 274 impl RPCProxy for DeviceInformationServerCallbacks {
|
D | suspend.rs | 9 use crate::{BluetoothGatt, Message, RPCProxy}; 54 pub trait ISuspendCallback: RPCProxy { 523 impl RPCProxy for BluetoothConnectionCallbacks {
|
D | bluetooth_admin.rs | 13 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy}; 89 pub trait IBluetoothAdminPolicyCallback: RPCProxy { 416 impl RPCProxy for BluetoothDeviceCallbacks {
|
D | socket_manager.rs | 27 use crate::RPCProxy; 268 pub trait IBluetoothSocketManagerCallbacks: RPCProxy {
|
D | bluetooth.rs | 50 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 {
|
D | lib.rs | 618 pub trait RPCProxy { trait
|
D | bluetooth_gatt.rs | 25 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/ |
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 | 932 impl RPCProxy for #self_ty {} in dbus_proxy_obj() impl 970 impl RPCProxy for #struct_ident { in dbus_proxy_obj() impl
|
12