/system/bt/gd/rust/topshim/src/ |
D | topstack.rs | 6 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/ |
D | lib.rs | 8 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/ |
D | time.rs | 90 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/ |
D | hci.rs | 8 use tokio::runtime::Runtime; 26 rt: Arc<Runtime>, 30 pub fn new(rt: Arc<Runtime>, internal: HciFacadeService) -> Self { in new() argument
|
D | stack.rs | 9 use tokio::runtime::{Builder, Runtime}; 27 pub static ref RUNTIME: Arc<Runtime> = Arc::new(
|
D | message_loop_thread.rs | 7 use tokio::runtime::Runtime; 35 rt: Arc<Runtime>,
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 12 use tokio::runtime::Runtime; 19 rt: Arc<Runtime>, 26 rt: Arc<Runtime>, in create() argument 116 rt: Arc<Runtime>, in create() argument
|
D | main.rs | 21 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/ |
D | lib.rs | 8 use tokio::runtime::Runtime; 56 rt: &Arc<Runtime>, in stream_runnable() argument
|
/system/gsid/tests/ |
D | DSUEndtoEndTest.java | 41 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/ |
D | event.h | 43 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
|
/system/bt/gd/rust/hal/src/ |
D | hidl_hal.rs | 7 use tokio::runtime::Runtime; 19 async fn provide_hidl_hal(rt: Arc<Runtime>) -> RawHal { in provide_hidl_hal()
|
D | rootcanal_hal.rs | 16 use tokio::runtime::Runtime; 42 async fn provide_rootcanal_hal(config: RootcanalConfig, rt: Arc<Runtime>) -> RawHal { in provide_rootcanal_hal()
|
D | snoop.rs | 14 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/ |
D | Android.bp | 26 // 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/ |
D | Config.java | 20 import java.lang.Runtime; 111 Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() { in createLockFile()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | event.h | 43 #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/ |
D | event.h | 43 #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/ |
D | event.h | 43 #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/ |
D | event.h | 45 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE must be defined by the Context Hub Runtime Environment impleme…
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 15 use tokio::runtime::Runtime; 74 rt: Arc<Runtime>, in provide_acl_dispatch() argument
|
/system/bt/gd/rust/hci/src/ |
D | lib.rs | 31 use tokio::runtime::Runtime; 57 async fn provide_hci(control: ControlHal, rt: Arc<Runtime>) -> Hci { in provide_hci()
|
/system/timezone/output_data/version/ |
D | Android.bp | 47 // support the Runtime APEX (see b/121117762). This module should never
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 20 use tokio::runtime::Runtime; 138 rt: Arc<Runtime>, in provide_acl_manager() argument
|
/system/chre/ |
D | README.md | 1 # Context Hub Runtime Environment (CHRE) 4 Runtime Environment (CHRE), which is Android’s platform for developing always-on
|