/frameworks/native/libs/binder/rust/src/ |
D | proxy.rs | 57 unsafe impl Sync for SpIBinder {} 455 unsafe impl Sync for WpIBinder {} 565 unsafe impl Sync for DeathRecipient {} 572 F: Fn() + Send + Sync + 'static, in new() 635 F: Fn() + Send + Sync + 'static, in binder_died() 651 F: Fn() + Send + Sync + 'static, in cookie_decr_refcount() 665 F: Fn() + Send + Sync + 'static, in cookie_incr_refcount()
|
D | binder.rs | 55 pub trait Interface: Send + Sync + DowncastSync { 149 pub trait Remotable: Send + Sync + 'static { 889 pub struct $native(Box<dyn $interface + Sync + Send + 'static>); 893 …pub fn new_binder<T: $interface + Sync + Send + 'static>(inner: T, features: $crate::BinderFeature…
|
D | native.rs | 71 unsafe impl<T: Remotable> Sync for Binder<T> {}
|
/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
D | trusty.rs | 23 pub trait PerSessionCallback: Fn(Uuid) -> Option<SpIBinder> + Send + Sync + 'static {} 24 impl<T> PerSessionCallback for T where T: Fn(Uuid) -> Option<SpIBinder> + Send + Sync + 'static {} 34 unsafe impl Sync for RpcServer {}
|
D | android.rs | 39 unsafe impl Sync for RpcServer {}
|
/frameworks/native/services/inputflinger/rust/ |
D | input_filter_thread.rs | 108 pub fn register_thread_callback(&self, callback: Box<dyn ThreadCallback + Send + Sync>) { in register_thread_callback() argument 116 pub fn unregister_thread_callback(&self, callback: Box<dyn ThreadCallback + Send + Sync>) { in unregister_thread_callback() argument 222 callbacks: Vec<Box<dyn ThreadCallback + Send + Sync>>, 234 fn register_thread_callback(&self, callback: Box<dyn ThreadCallback + Send + Sync>) { in register_thread_callback() argument 250 fn unregister_thread_callback(&self, callback: Box<dyn ThreadCallback + Send + Sync>) { in unregister_thread_callback() argument
|
D | bounce_keys_filter.rs | 42 next: Box<dyn Filter + Send + Sync>, 52 next: Box<dyn Filter + Send + Sync>, in new() argument 261 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_external_device() argument 273 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_internal_device() argument 285 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_devices() argument
|
D | slow_keys_filter.rs | 42 next: Box<dyn Filter + Send + Sync>, 61 next: Box<dyn Filter + Send + Sync>, in new() argument 387 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_external_device() argument 401 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_internal_device() argument 415 next: Box<dyn Filter + Send + Sync>, in setup_filter_with_devices() argument
|
D | input_filter.rs | 46 first_filter: Box<dyn Filter + Send + Sync>, 73 first_filter: Box<dyn Filter + Send + Sync>, in create_input_filter() argument 105 let mut first_filter: Box<dyn Filter + Send + Sync> = in notifyConfigurationChanged()
|
D | sticky_keys_filter.rs | 45 next: Box<dyn Filter + Send + Sync>, 61 next: Box<dyn Filter + Send + Sync>, in new() argument 515 next: Box<dyn Filter + Send + Sync>, in setup_filter() argument
|
/frameworks/native/libs/bufferstreams/rust/src/buffers/ |
D | buffer_owner.rs | 19 pub trait BufferOwner: Send + Sync {
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
D | StateFlowBridge.kt | 36 fun Sync(callback: () -> T) { in Sync() method
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 86 Add the following after the sixth paragraph of Section 3.8.1 (Sync 112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at 147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects), 180 Modify table 3.cc in Section 3.8.1 (Sync Objects), added by KHR_fence_sync 183 Attribute Description Supported Sync Objects 192 3.8.1 (Sync Objects), added by KHR_fence_sync 200 Add the following after the last paragraph of Section 3.8.1 (Sync
|
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/ |
D | StateFlowBridgeTest.kt | 58 stateFlowBridge.Sync { "A" } in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 1 = What does it mean for BLAST Sync to work? = 16 The guarantee provided by Server-side BLAST Sync Primitives is thus: 132 this scheme handles every permutation of (Sync, NotSync). 137 2. Sync, NotSync: For sync transactions we register a commit callback, and require it to 141 3. Sync, Sync: Ordering of consecutive sync transactions is delegated to the sync 143 4. NotSync, Sync: This is the trickiest case, as we don't want to set a commit callback 147 "setBufferHasBarrier" system. Sync transactions (before they are handed out)
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable_holder.rs | 92 T: Any + Parcelable + ParcelableMetadata + std::fmt::Debug + Send + Sync, in set_parcelable() argument 119 T: Any + Parcelable + ParcelableMetadata + Default + std::fmt::Debug + Send + Sync, in get_parcelable() argument
|
/frameworks/base/core/java/android/content/ |
D | OWNERS | 5 per-file *Sync* = file:/services/core/java/com/android/server/am/OWNERS
|
/frameworks/proto_logging/stats/enums/neuralnetworks/ |
D | enums.proto | 36 // Sync execution.
|
/frameworks/native/libs/nativewindow/rust/src/ |
D | surface.rs | 131 unsafe impl Sync for Surface {}
|
D | lib.rs | 276 unsafe impl Sync for HardwareBuffer {}
|
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/ |
D | AppList.kt | 182 viewModel.showSystem.Sync(state.showSystem) in rememberViewModel() 183 viewModel.searchQuery.Sync(state.searchQuery) in rememberViewModel()
|
/frameworks/native/libs/bufferstreams/rust/src/ |
D | lib.rs | 149 pub trait BufferSubscription: Send + Sync + 'static {
|
/frameworks/native/libs/binder/rust/rpcbinder/src/ |
D | session.rs | 39 unsafe impl Sync for RpcSession {}
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.md | 1 # Sync Manager notes 3 ## App-standby and Sync Manager
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 108 # Indicates if Sync framework is available. Sync framework provides fence
|