Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DByteEnum.rs3 declare_binder_enum! { ByteEnum : i8 {
DBackendType.rs3 declare_binder_enum! { BackendType : i8 {
DITestService.rs19 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8>; in RepeatByte() argument
86 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() argument
298 pub const BYTE_TEST_CONSTANT: i8 = 17;
424 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() argument
438 let _aidl_return: i8 = _aidl_reply.read()?; in RepeatByte()
1253 …fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { self.0.RepeatByte(_arg_to… in RepeatByte() argument
1342 let _arg_token: i8 = _aidl_data.read()?; in on_transact()
DStructuredParcelable.rs13 pub byteDefaultsToFour: i8,
23 pub byteDefault: i8,
DParcelableForToString.rs11 pub byteValue: i8,
/system/media/audio_utils/include/audio_utils/
Dresampler.h36 int8_t* i8; member
/system/tools/aidl/tests/rust/
Dtest_service.rs120 impl_repeat! {RepeatByte, i8}