Home
last modified time | relevance | path

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

/system/security/keystore2/test_utils/
Drun_as.rs199 pub fn get_result(mut self) -> R { in get_result()
240 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument
245 ) -> Result<ChildHandle<R, M>, nix::Error> in run_as_child()
249 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child()
311 F: 'static + Send + FnOnce() -> R, in run_as()
/system/libvintf/include/vintf/
DLevel.h40 R = 5, enumerator
/system/nfc/src/rust/rootcanal/
Dmain.rs123 async fn process<R, W>(config: InternalConfiguration, reader: &mut R, writer: &mut W) -> Result<()> in process()
/system/nfc/src/rust/hal/
Drootcanal_hal.rs54 mut reader: R, in dispatch_incoming()
/system/keymint/hal/src/
Dlib.rs142 fn channel_execute<T, R, S>(channel: &mut T, req: R) -> binder::Result<S> in channel_execute() argument
238 fn execute<R, S>(&self, req: R) -> binder::Result<S> in execute()
Dkeymint.rs288 fn execute<R, S>(&self, req: R) -> binder::Result<S> in execute()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs36 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DIOldName.rs36 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DICircular.rs36 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINamedCallback.rs36 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DINewName.rs36 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DListOfInterfaces.rs60 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
140 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DArrayOfInterfaces.rs60 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
140 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
DITestService.rs240 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
4439 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
/system/keymint/tests/src/
Dlib.rs15 pub fn test_rng<R: Rng>(rng: &mut R) { in test_rng()
512 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.rs514 fn decode_opt_field<'a, R: der::Reader<'a>>( in decode_opt_field()
561 fn decode_value<R: der::Reader<'a>>(decoder: &mut R, header: der::Header) -> der::Result<Self> { in decode_value()
856 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/nested/
DINestedService.rs39 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
262 …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/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs414 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
1016 …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-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs59 …pub fn new_async_binder<T, R>(inner: T, rt: R, features: binder::BinderFeatures) -> binder::Strong… in new_async_binder()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp848 AssertionResult WaitFulfill(std::chrono::duration<R, P> timeout) { in WaitFulfill()