Home
last modified time | relevance | path

Searched refs:_arg_token (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs18 fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool>; in RepeatBoolean()
19 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8>; in RepeatByte()
20 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16>; in RepeatChar()
21 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32>; in RepeatInt()
22 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64>; in RepeatLong()
23 fn RepeatFloat(&self, _arg_token: f32) -> binder::public_api::Result<f32>; in RepeatFloat()
24 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64>; in RepeatDouble()
25 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String>; in RepeatString()
26 …fn RepeatByteEnum(&self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_ByteEnum) -> bind… in RepeatByteEnum()
27 …fn RepeatIntEnum(&self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum) -> binder… in RepeatIntEnum()
[all …]