Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 25 of 48) sorted by relevance

12

/system/bt/gd/rust/topshim/src/
Dtopstack.rs6 use tokio::runtime::{Builder, Runtime};
11 pub static ref RUNTIME: Arc<Runtime> = Arc::new(
21 pub fn get_runtime() -> Arc<Runtime> { in get_runtime()
/system/bt/gd/rust/main/src/
Dlib.rs8 use tokio::runtime::Runtime;
21 rt: Arc<Runtime>,
26 pub async fn new(rt: Arc<Runtime>) -> Self { in new()
84 pub fn get_runtime(&self) -> Arc<Runtime> { in get_runtime() argument
/system/bt/gd/rust/common/src/
Dtime.rs90 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_simple_case()
105 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired()
124 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_schedule_and_then_drop()
132 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_simple_case()
/system/bt/gd/rust/shim/src/
Dhci.rs8 use tokio::runtime::Runtime;
26 rt: Arc<Runtime>,
30 pub fn new(rt: Arc<Runtime>, internal: HciFacadeService) -> Self { in new() argument
Dstack.rs9 use tokio::runtime::{Builder, Runtime};
27 pub static ref RUNTIME: Arc<Runtime> = Arc::new(
Dmessage_loop_thread.rs7 use tokio::runtime::Runtime;
35 rt: Arc<Runtime>,
/system/bt/gd/rust/facade/src/
Dlib.rs12 use tokio::runtime::Runtime;
19 rt: Arc<Runtime>,
26 rt: Arc<Runtime>, in create() argument
116 rt: Arc<Runtime>, in create() argument
Dmain.rs21 use tokio::runtime::Runtime;
26 let rt = Arc::new(Runtime::new().unwrap()); in main()
30 async fn async_main(rt: Arc<Runtime>, mut sigint: mpsc::UnboundedReceiver<()>) { in async_main() argument
/system/bt/gd/rust/facade/helpers/
Dlib.rs8 use tokio::runtime::Runtime;
56 rt: &Arc<Runtime>, in stream_runnable() argument
/system/gsid/tests/
DDSUEndtoEndTest.java41 import java.lang.Runtime;
92 Process p = Runtime.getRuntime().exec(cmd); in testDSU()
113 Process p = Runtime.getRuntime().exec(cmd); in testDSU()
/system/chre/chre_api/legacy/v1_0/chre/
Devent.h43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
/system/bt/gd/rust/hal/src/
Dhidl_hal.rs7 use tokio::runtime::Runtime;
19 async fn provide_hidl_hal(rt: Arc<Runtime>) -> RawHal { in provide_hidl_hal()
Drootcanal_hal.rs16 use tokio::runtime::Runtime;
42 async fn provide_rootcanal_hal(config: RootcanalConfig, rt: Arc<Runtime>) -> RawHal { in provide_rootcanal_hal()
Dsnoop.rs14 use tokio::runtime::Runtime;
133 async fn provide_snooped_hal(config: SnoopConfig, raw_hal: RawHal, rt: Arc<Runtime>) -> Hal { in provide_snooped_hal()
/system/timezone/output_data/android/
DAndroid.bp26 // fully support the Runtime APEX (see b/121117762). This module should
42 // fully support the Runtime APEX (see b/121117762). This module should
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java20 import java.lang.Runtime;
111 Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() { in createLockFile()
/system/chre/chre_api/legacy/v1_1/chre/
Devent.h43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
/system/chre/chre_api/legacy/v1_3/chre/
Devent.h43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
/system/chre/chre_api/legacy/v1_4/chre/
Devent.h45 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
/system/bt/gd/rust/link/src/acl/
Dcore.rs15 use tokio::runtime::Runtime;
74 rt: Arc<Runtime>, in provide_acl_dispatch() argument
/system/bt/gd/rust/hci/src/
Dlib.rs31 use tokio::runtime::Runtime;
57 async fn provide_hci(control: ControlHal, rt: Arc<Runtime>) -> Hci { in provide_hci()
/system/timezone/output_data/version/
DAndroid.bp47 // support the Runtime APEX (see b/121117762). This module should never
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs20 use tokio::runtime::Runtime;
138 rt: Arc<Runtime>, in provide_acl_manager() argument
/system/chre/
DREADME.md1 # Context Hub Runtime Environment (CHRE)
4 Runtime Environment (CHRE), which is Android’s platform for developing always-on

12