| /system/cros-codecs/src/ |
| D | c2_wrapper.rs | 161 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/ |
| D | async_task.rs | 143 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()
|
| D | watchdog_helper.rs | 48 context: impl std::fmt::Debug + Send + 'static, in watch_millis_with() 71 _: impl std::fmt::Debug + Send + 'static, in watch_millis_with()
|
| D | gc.rs | 50 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with() 54 + 'static, in new_init_with()
|
| /system/cros-codecs/src/c2_wrapper/ |
| D | c2_decoder.rs | 177 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()
|
| D | c2_encoder.rs | 125 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/ |
| D | lib.rs | 279 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/ |
| D | IDeprecated.rs | 53 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | INamedCallback.rs | 53 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | ICircular.rs | 53 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | INewName.rs | 53 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | IOldName.rs | 53 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | ArrayOfInterfaces.rs | 77 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()
|
| D | ListOfInterfaces.rs | 77 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/ |
| D | IDeprecated.rs | 53 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | IOldName.rs | 53 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | ICircular.rs | 53 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | INewName.rs | 53 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | INamedCallback.rs | 53 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 54 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
|
| D | ArrayOfInterfaces.rs | 77 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()
|
| D | ListOfInterfaces.rs | 77 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/ |
| D | config.rs | 116 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/ |
| D | stateless.rs | 228 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/ |
| D | INestedService.rs | 56 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/ |
| D | INestedService.rs | 56 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()
|