Home
last modified time | relevance | path

Searched refs:Clone (Results 1 – 25 of 76) sorted by relevance

1234

/system/bt/gd/rust/hci/custom_types/
Dlib.rs13 #[derive(Clone, Copy, Eq, PartialEq, Hash, Ord, PartialOrd, Debug)]
42 #[derive(Debug, Clone)]
67 #[derive(Clone, Eq, Copy, PartialEq, Hash, Ord, PartialOrd, Debug)]
86 #[derive(Debug, Clone)]
/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/tools/aidl/tests/
Daidl_parser_fuzzer.dict69 " Clone "
74 " Clone "
/system/bt/gd/rust/hal/src/
Dsnoop.rs20 #[derive(Clone, Stoppable)]
28 #[derive(Clone, Stoppable)]
37 #[derive(Clone, Stoppable)]
46 #[derive(Clone, Stoppable)]
55 #[derive(Clone)]
82 #[derive(Clone, Stoppable)]
/system/bt/gd/rust/gddi/src/
Dlib.rs35 #[derive(Clone)]
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/security/keystore2/aidl/android/security/metrics/
DCrashStats.aidl20 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DRkpErrorStats.aidl24 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeystore2AtomWithOverflow.aidl31 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeystoreAtom.aidl28 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DStorageStats.aidl25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeyOperationWithPurposeAndModesInfo.aidl25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DRkpPoolStats.aidl25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeyCreationWithPurposeAndModesInfo.aidl25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeyCreationWithAuthInfo.aidl26 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeyOperationWithGeneralInfo.aidl26 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
DKeyCreationWithGeneralInfo.aidl27 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
/system/tools/aidl/tests/android/aidl/tests/unions/
DUnionInUnion.aidl21 @RustDerive(Clone=true, PartialEq=true)
DEnumUnion.aidl22 @RustDerive(Clone=true, PartialEq=true)
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DKeyDescriptor.aidl36 @RustDerive(Clone=true, Eq=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DKeyDescriptor.aidl36 @RustDerive(Clone=true, Eq=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DKeyDescriptor.aidl53 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true)
/system/tools/aidl/tests/android/aidl/tests/
DUnion.aidl21 @RustDerive(Clone=true, PartialEq=true)
/system/bt/gd/rust/hci/src/
Dlib.rs49 #[derive(Clone, Stoppable)]
88 #[derive(Clone, Stoppable)]
106 #[derive(Clone, Stoppable)]
122 #[derive(Clone, Stoppable)]
Dcontroller.rs188 #[derive(Clone, Stoppable)]
216 #[derive(Clone)]
239 #[derive(Clone)]
290 #[derive(Clone)]
/system/unwinding/libunwindstack/tests/
DRegsFake.h64 Regs* Clone() override { return nullptr; } in Clone() function
106 Regs* Clone() override { return nullptr; } in Clone() function

1234