/system/bt/gd/rust/gddi/src/ |
D | lib.rs | 12 type InstanceBox = Box<dyn Any + Send + Sync>; 14 pub type ProviderFutureBox = Box<dyn Future<Output = Box<dyn Any>> + Send + Sync>; 15 type ProviderFnBox = Box<dyn Fn(Arc<Registry>) -> Pin<ProviderFutureBox> + Send + Sync>; 32 start_order: Arc<Mutex<Vec<Box<dyn Stoppable + Send + Sync>>>>, 79 pub async fn get<T: 'static + Clone + Send + Sync + Stoppable>(self: &Arc<Self>) -> T { in get() 104 pub async fn inject<T: 'static + Clone + Send + Sync>(self: &Arc<Self>, obj: T) { in inject()
|
/system/bt/gd/rust/main/src/ |
D | lib.rs | 56 pub async fn get<T: 'static + Clone + Send + Sync + Stoppable>(&self) -> T { in get() 61 pub fn get_blocking<T: 'static + Clone + Send + Sync + Stoppable>(&self) -> T { in get_blocking() 66 pub async fn get_grpc<T: 'static + Clone + Send + Sync + GrpcFacade + Stoppable>( in get_grpc()
|
/system/bt/gd/rust/hci/src/ |
D | error.rs | 10 pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
/system/extras/profcollectd/libprofcollectd/ |
D | config.rs | 107 T::Err: Error + Send + Sync + 'static, in get_device_config() 121 T::Err: Error + Send + Sync + 'static, in get_property()
|
/system/logging/rust/ |
D | logger.rs | 24 type FormatFn = Box<dyn Fn(&log::Record) -> String + Sync + Send>; 65 F: Fn(&log::Record) -> String + Sync + Send + 'static, in format()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 22 pub trait IDeprecatedDefault: Send + Sync {
|
D | INewName.rs | 22 pub trait INewNameDefault: Send + Sync {
|
D | INamedCallback.rs | 22 pub trait INamedCallbackDefault: Send + Sync {
|
D | IOldName.rs | 22 pub trait IOldNameDefault: Send + Sync {
|
D | ITestService.rs | 73 pub trait ITestServiceDefault: Send + Sync {
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_writer.cpp | 214 if (!Sync()) { in OpenForWrite() 326 return WriteOperation(op) && Sync(); in EmitLabel() 464 return Sync(); in Finalize() 528 bool CowWriter::Sync() { in Sync() function in android::snapshot::CowWriter
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.rs | 57 unsafe impl Sync for ApcHal {}
|
/system/bt/gd/rust/hal/src/ |
D | lib.rs | 101 type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
/system/security/keystore2/src/ |
D | maintenance.rs | 54 delete_listener: Box<dyn DeleteListener + Send + Sync + 'static>, 60 delete_listener: Box<dyn DeleteListener + Send + Sync + 'static>, in new_native_binder()
|
D | async_task.rs | 95 idle_fns: Vec<Arc<dyn Fn(&mut Shelf) + Send + Sync>>, 160 F: Fn(&mut Shelf) + Send + Sync + 'static, in add_idle() 200 IdleFns(Vec<Arc<dyn Fn(&mut Shelf) + Send + Sync>>), in spawn_thread()
|
D | enforcements.rs | 67 unsafe impl Sync for AuthRequest {}
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | cow_writer.h | 132 bool Sync();
|
/system/security/keystore2/selinux/src/ |
D | lib.rs | 33 use std::marker::{Send, Sync}; 164 unsafe impl Sync for KeystoreKeyBackend {}
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 112 type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 76 1. Sync Android tree, run `build/envsetup` and `lunch` desired target, `cd`
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 185 a nanoapp. Sync the TFLM sources, set `TFLM_PATH`, and define `USE_TFLM=true` in 196 * Sync the Nanopb source tree (e.g. from a release on GitHub), and define the
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 271 ) -> (Box<dyn DeleteListener + Send + Sync + 'static>, Strong<dyn ILegacyKeystore>) { in new_native_binder()
|