Home
last modified time | relevance | path

Searched refs:Sync (Results 1 – 22 of 22) sorted by relevance

/system/bt/gd/rust/gddi/src/
Dlib.rs12 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/
Dlib.rs56 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/
Derror.rs10 pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
/system/extras/profcollectd/libprofcollectd/
Dconfig.rs107 T::Err: Error + Send + Sync + 'static, in get_device_config()
121 T::Err: Error + Send + Sync + 'static, in get_property()
/system/logging/rust/
Dlogger.rs24 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/
DIDeprecated.rs22 pub trait IDeprecatedDefault: Send + Sync {
DINewName.rs22 pub trait INewNameDefault: Send + Sync {
DINamedCallback.rs22 pub trait INamedCallbackDefault: Send + Sync {
DIOldName.rs22 pub trait IOldNameDefault: Send + Sync {
DITestService.rs73 pub trait ITestServiceDefault: Send + Sync {
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp214 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/
Dapc_compat.rs57 unsafe impl Sync for ApcHal {}
/system/bt/gd/rust/hal/src/
Dlib.rs101 type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
/system/security/keystore2/src/
Dmaintenance.rs54 delete_listener: Box<dyn DeleteListener + Send + Sync + 'static>,
60 delete_listener: Box<dyn DeleteListener + Send + Sync + 'static>, in new_native_binder()
Dasync_task.rs95 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()
Denforcements.rs67 unsafe impl Sync for AuthRequest {}
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h132 bool Sync();
/system/security/keystore2/selinux/src/
Dlib.rs33 use std::marker::{Send, Sync};
164 unsafe impl Sync for KeystoreKeyBackend {}
/system/bt/gd/rust/facade/src/
Dlib.rs112 type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
/system/bt/gd/docs/testing/
Dgtest.md76 1. Sync Android tree, run `build/envsetup` and `lunch` desired target, `cd`
/system/chre/doc/
Dnanoapp_developer_guide.md185 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/
Dlib.rs271 ) -> (Box<dyn DeleteListener + Send + Sync + 'static>, Strong<dyn ILegacyKeystore>) { in new_native_binder()