Home
last modified time | relevance | path

Searched refs:Suspend (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs129 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
Dlib.rs47 use crate::suspend::Suspend;
220 suspend: Arc<Mutex<Box<Suspend>>>, in dispatch() argument
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h82 virtual bool Suspend() { return false; }; in Suspend() function
141 bool Suspend() override;
Ddevice_port_proxy_hidl.h51 bool Suspend() override;
Dstream_apis.cc278 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()
Ddevice_port_proxy_hidl.cc419 bool BluetoothAudioPortHidl::Suspend() { in Suspend() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
Ddevice_port_proxy.cc496 bool BluetoothAudioPortAidl::Suspend() { in Suspend() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend,
68 suspend: Arc<Mutex<Box<Suspend>>>, in dispatch() argument
Dmain.rs29 suspend::Suspend,
169 let suspend = Arc::new(Mutex::new(Box::new(Suspend::new( in main()
Diface_bluetooth.rs27 use btstack::suspend::{ISuspend, ISuspendCallback, Suspend, SuspendType};
78 pub suspend: Arc<Mutex<Box<Suspend>>>,
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Da2dp.py136 self.a2dp.Suspend(source=self.source)
/packages/modules/Bluetooth/floss/pandora/server/
Da2dp.py176 async def Suspend(self, request: a2dp_pb2.SuspendRequest, member in A2DPService