Searched refs:Suspend (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | suspend.rs | 129 pub struct Suspend { struct 148 impl Suspend { argument 155 ) -> Suspend { in new() argument 208 impl ISuspend for Suspend { implementation 382 impl BtifBluetoothCallbacks for Suspend { implementation
|
D | lib.rs | 47 use crate::suspend::Suspend; 220 suspend: Arc<Mutex<Box<Suspend>>>, in dispatch() argument
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy.h | 82 virtual bool Suspend() { return false; }; in Suspend() function 141 bool Suspend() override;
|
D | device_port_proxy_hidl.h | 51 bool Suspend() override;
|
D | stream_apis.cc | 278 retval = (out->bluetooth_output_->Suspend() ? 0 : -EIO); in out_standby() 351 out->bluetooth_output_->Suspend(); in out_set_parameters() 641 retval = (out->bluetooth_output_->Suspend() ? 0 : -EIO); in out_pause() 971 retval = (in->bluetooth_input_->Suspend() ? 0 : -EIO); in in_standby()
|
D | device_port_proxy_hidl.cc | 419 bool BluetoothAudioPortHidl::Suspend() { in Suspend() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
|
D | device_port_proxy.cc | 496 bool BluetoothAudioPortAidl::Suspend() { in Suspend() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend, 68 suspend: Arc<Mutex<Box<Suspend>>>, in dispatch() argument
|
D | main.rs | 29 suspend::Suspend, 169 let suspend = Arc::new(Mutex::new(Box::new(Suspend::new( in main()
|
D | iface_bluetooth.rs | 27 use btstack::suspend::{ISuspend, ISuspendCallback, Suspend, SuspendType}; 78 pub suspend: Arc<Mutex<Box<Suspend>>>,
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | a2dp.py | 136 self.a2dp.Suspend(source=self.source)
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | a2dp.py | 176 async def Suspend(self, request: a2dp_pb2.SuspendRequest, member in A2DPService
|