/system/security/keystore2/test_utils/ |
D | run_as.rs | 188 pub fn get_result(mut self) -> R { in get_result() 229 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument 234 ) -> Result<ChildHandle<R, M>, nix::Error> in run_as_child() 238 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child() 302 F: 'static + Send + FnOnce() -> R, in run_as()
|
/system/libvintf/include/vintf/ |
D | Level.h | 41 R = 5, enumerator
|
/system/secretkeeper/comm/tests/ |
D | data_types.rs | 78 fn verify_request_structure<R: Request + core::fmt::Debug + core::cmp::PartialEq>( in verify_request_structure() 90 fn verify_response_structure<R: Response + core::fmt::Debug + core::cmp::PartialEq>( in verify_response_structure()
|
/system/nfc/src/rust/hal/ |
D | rootcanal_hal.rs | 55 mut reader: R, in dispatch_incoming()
|
/system/keymint/hal/src/ |
D | lib.rs | 156 fn channel_execute<T, R, S>(channel: &mut T, req: R) -> binder::Result<S> in channel_execute() argument 252 fn execute<R, S>(&self, req: R) -> binder::Result<S> in execute()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | INamedCallback.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ICircular.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | INewName.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | IOldName.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ArrayOfInterfaces.rs | 64 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 141 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ListOfInterfaces.rs | 64 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 141 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | INamedCallback.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | IOldName.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ICircular.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | INewName.rs | 40 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ListOfInterfaces.rs | 64 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 141 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
D | ArrayOfInterfaces.rs | 64 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 141 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
/system/keymint/tests/src/ |
D | lib.rs | 29 pub fn test_rng<R: Rng>(rng: &mut R) { in test_rng() 548 pub fn test_sdd_mgr<M: keyblob::SecureDeletionSecretManager, R: Rng>(mut sdd_mgr: M, mut rng: R) { in test_sdd_mgr()
|
/system/keymint/ta/src/ |
D | cert.rs | 543 fn decode_opt_field<'a, R: der::Reader<'a>>( in decode_opt_field() 590 fn decode_value<R: der::Reader<'a>>(decoder: &mut R, header: der::Header) -> der::Result<Self> { in decode_value() 889 fn decode_tag_from_bytes<'a, R: der::Reader<'a>>( in decode_tag_from_bytes()
|
/system/authgraph/tests/src/ |
D | lib.rs | 23 pub fn test_rng<R: Rng>(rng: &mut R) { in test_rng() 150 pub fn test_aes_gcm_keygen<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_keygen() 157 pub fn test_aes_gcm_roundtrip<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_roundtrip()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | INestedService.rs | 43 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 263 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | INestedService.rs | 43 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder() 263 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 72 Point<pxs> R = P - Q; in pixelLineIntersect() local
|