Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/facade/src/
Dlib.rs26 rt: Arc<Runtime>, in create()
113 rt: Arc<Runtime>, in create()
Dmain.rs49 async fn async_main(rt: Arc<Runtime>, mut sigint: mpsc::UnboundedReceiver<()>) { in async_main()
/packages/modules/Bluetooth/system/gd/rust/facade/helpers/
Dlib.rs56 rt: &Arc<Runtime>, in stream_runnable()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dsecurity_service.rs27 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dmedia_service.rs42 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dmain.rs78 async fn async_main(rt: Arc<Runtime>, mut sigint: mpsc::UnboundedReceiver<()>) { in async_main()
Dhf_client_service.rs31 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dhfp_service.rs55 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dadapter_service.rs93 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
Dgatt_service.rs46 pub fn create(rt: Arc<Runtime>, btif_intf: Arc<Mutex<BluetoothInterface>>) -> grpcio::Service { in create()
/packages/modules/Bluetooth/system/gd/rust/stack/src/
Dlib.rs88 pub fn get_runtime(&self) -> Arc<Runtime> { in get_runtime()
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dcore.rs76 rt: Arc<Runtime>, in provide_acl_dispatch()
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/
Dmod.rs144 rt: Arc<Runtime>, in provide_acl_manager()