Home
last modified time | relevance | path

Searched defs:R (Results 1 – 25 of 43) sorted by relevance

12

/system/security/keystore2/test_utils/
Drun_as.rs297 pub fn get_result(mut self) -> R { in get_result()
302 fn get_death_result(&mut self) -> R { in get_death_result()
368 pub unsafe fn run_as_child_app<F, R, M>( in run_as_child_app() argument
372 ) -> Result<ChildHandle<R, M>, nix::Error> in run_as_child_app()
376 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child_app()
402 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument
407 ) -> Result<ChildHandle<R, M>, nix::Error> in run_as_child()
411 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child()
474 F: 'static + Send + FnOnce() -> R, in run_as_root()
495 F: 'static + Send + FnOnce() -> R, in run_as_app()
[all …]
/system/secretkeeper/comm/tests/
Ddata_types.rs78 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/libvintf/include/vintf/
DLevel.h41 R = 5, enumerator
/system/keymint/hal/src/
Dlib.rs156 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/security/keystore2/test_utils/attestation/
Dlib.rs163 fn decode_value<R: der::Reader<'a>>(decoder: &mut R, header: der::Header) -> der::Result<Self> { in decode_value()
241 fn decode_opt_field<'a, R: der::Reader<'a>>( in decode_opt_field()
353 fn decode_explicit_tag_from_bytes<'a, R: der::Reader<'a>>( in decode_explicit_tag_from_bytes()
/system/keymint/tests/src/
Dlib.rs29 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/
Dcert.rs562 fn decode_opt_field<'a, R: der::Reader<'a>>( in decode_opt_field()
609 fn decode_value<R: der::Reader<'a>>(decoder: &mut R, header: der::Header) -> der::Result<Self> { in decode_value()
913 fn decode_tag_from_bytes<'a, R: der::Reader<'a>>( in decode_tag_from_bytes()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINamedCallback.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DICircular.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINewName.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DIOldName.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DArrayOfInterfaces.rs75 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
175 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DListOfInterfaces.rs75 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
175 …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/
DIDeprecated.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DIOldName.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DICircular.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINewName.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINamedCallback.rs51 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DArrayOfInterfaces.rs75 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
175 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DListOfInterfaces.rs75 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
175 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
/system/teeui/libteeui/src/
Dutils.cpp72 Point<pxs> R = P - Q; in pixelLineIntersect() local
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs54 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
303 …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/nested/
DINestedService.rs54 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
303 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
/system/authgraph/tests/src/
Dlib.rs40 pub fn test_rng<R: Rng>(rng: &mut R) { in test_rng()
167 pub fn test_aes_gcm_keygen<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_keygen()
174 pub fn test_aes_gcm_roundtrip<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_roundtrip()

12