Home
last modified time | relevance | path

Searched defs:static (Results 1 – 25 of 48) sorted by relevance

12

/system/cros-codecs/src/
Dc2_wrapper.rs161 error_cb: Arc<Mutex<dyn FnMut(C2Status) + Send + 'static>>, in new()
162 work_done_cb: Arc<Mutex<dyn FnMut(J) + Send + 'static>>, in new()
165 framepool_hint_cb: Arc<Mutex<dyn FnMut(StreamInfo) + Send + 'static>>, in new()
166 alloc_cb: Arc<Mutex<dyn FnMut() -> Option<<J as Job>::Frame> + Send + 'static>>, in new()
211 error_cb: impl FnMut(C2Status) + Send + 'static, in new()
212 work_done_cb: impl FnMut(J) + Send + 'static, in new()
213 framepool_hint_cb: impl FnMut(StreamInfo) + Send + 'static, in new()
214 alloc_cb: impl FnMut() -> Option<<J as Job>::Frame> + Send + 'static, in new()
/system/security/keystore2/src/
Dasync_task.rs143 F: for<'r> FnOnce(&'r mut Shelf) + Send + 'static, in queue_hi()
154 F: FnOnce(&mut Shelf) + Send + 'static, in queue_lo()
163 F: Fn(&mut Shelf) + Send + Sync + 'static, in add_idle()
172 F: for<'r> FnOnce(&'r mut Shelf) + Send + 'static, in queue()
Dwatchdog_helper.rs48 context: impl std::fmt::Debug + Send + 'static, in watch_millis_with()
71 _: impl std::fmt::Debug + Send + 'static, in watch_millis_with()
Dgc.rs50 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
54 + 'static, in new_init_with()
/system/cros-codecs/src/c2_wrapper/
Dc2_decoder.rs177 error_cb: Arc<Mutex<dyn FnMut(C2Status) + Send + 'static>>, in new()
178 work_done_cb: Arc<Mutex<dyn FnMut(C2DecodeJob<V>) + Send + 'static>>, in new()
181 framepool_hint_cb: Arc<Mutex<dyn FnMut(StreamInfo) + Send + 'static>>, in new()
182 alloc_cb: Arc<Mutex<dyn FnMut() -> Option<V> + Send + 'static>>, in new()
Dc2_encoder.rs125 error_cb: Arc<Mutex<dyn FnMut(C2Status) + Send + 'static>>, in new()
126 work_done_cb: Arc<Mutex<dyn FnMut(C2EncodeJob<V>) + Send + 'static>>, in new()
129 framepool_hint_cb: Arc<Mutex<dyn FnMut(StreamInfo) + Send + 'static>>, in new()
130 alloc_cb: Arc<Mutex<dyn FnMut() -> Option<V> + Send + 'static>>, in new()
/system/security/keystore2/watchdog/src/
Dlib.rs279 context: Option<Box<dyn std::fmt::Debug + Send + 'static>>, in watch_with_optional()
299 context: impl std::fmt::Debug + Send + 'static, in watch_with()
311 context: Option<Box<dyn std::fmt::Debug + Send + 'static>>, in arm()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs53 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DINamedCallback.rs53 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DICircular.rs53 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DINewName.rs53 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DIOldName.rs53 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DArrayOfInterfaces.rs77 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
78 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
177 T: IMyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
178 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DListOfInterfaces.rs77 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
78 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
177 T: IMyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
178 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs53 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DIOldName.rs53 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DICircular.rs53 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DINewName.rs53 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DINamedCallback.rs53 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DArrayOfInterfaces.rs77 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
78 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
177 T: IMyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
178 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
DListOfInterfaces.rs77 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
78 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
177 T: IMyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
178 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
/system/extras/profcollectd/libprofcollectd/
Dconfig.rs116 T::Err: Error + Send + Sync + 'static, in get_device_config()
134 T::Err: Error + Send + Sync + 'static, in get_property()
/system/cros-codecs/src/decoder/
Dstateless.rs228 fn into_trait_object(self) -> DynStatelessVideoDecoder<<Self::Handle as DecodedHandle>::Frame> in into_trait_object()
231 Self::Handle: 'static, in into_trait_object()
416 F: Fn(&mut Self, &C::FormatInfo) + 'static, in query_next_event()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs56 T: INestedServiceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
57 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
305 T: ICallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
306 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs56 T: INestedServiceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
57 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
305 T: ICallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
306 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()

12