Home
last modified time | relevance | path

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

12

/frameworks/native/libs/binder/rust/src/
Dproxy.rs57 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()
Dbinder.rs55 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…
Dnative.rs71 unsafe impl<T: Remotable> Sync for Binder<T> {}
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs23 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 {}
Dandroid.rs39 unsafe impl Sync for RpcServer {}
/frameworks/native/services/inputflinger/rust/
Dinput_filter_thread.rs108 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
Dbounce_keys_filter.rs42 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
Dslow_keys_filter.rs42 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
Dinput_filter.rs46 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()
Dsticky_keys_filter.rs45 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/
Dbuffer_owner.rs19 pub trait BufferOwner: Send + Sync {
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
DStateFlowBridge.kt36 fun Sync(callback: () -> T) { in Sync() method
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt86 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/
DStateFlowBridgeTest.kt58 stateFlowBridge.Sync { "A" } in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md1 = 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/
Dparcelable_holder.rs92 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/
DOWNERS5 per-file *Sync* = file:/services/core/java/com/android/server/am/OWNERS
/frameworks/proto_logging/stats/enums/neuralnetworks/
Denums.proto36 // Sync execution.
/frameworks/native/libs/nativewindow/rust/src/
Dsurface.rs131 unsafe impl Sync for Surface {}
Dlib.rs276 unsafe impl Sync for HardwareBuffer {}
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
DAppList.kt182 viewModel.showSystem.Sync(state.showSystem) in rememberViewModel()
183 viewModel.searchQuery.Sync(state.searchQuery) in rememberViewModel()
/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs149 pub trait BufferSubscription: Send + Sync + 'static {
/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs39 unsafe impl Sync for RpcSession {}
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md1 # Sync Manager notes
3 ## App-standby and Sync Manager
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop108 # Indicates if Sync framework is available. Sync framework provides fence

12