Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dtime.rs94 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_cancel_after_expired() localVariable
118 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable
137 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_schedule_and_then_drop() localVariable
/packages/modules/DnsResolver/doh/dispatcher/
Dmod.rs75 runtime: Runtime, field
83 let runtime = Builder::new_multi_thread() in new() localVariable
/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs56 let runtime = RuntimeBuilder::new_multi_thread() in new() localVariable
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DWifiBackhaulMonitor.java290 Runtime runtime = Runtime.getRuntime(); in startRttCheck() local
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs92 let runtime = match default_runtime() { in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUwbServiceNew() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs493 runtime: Arc<Runtime>, field
516 let runtime = Arc::new( in new() localVariable
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph()