Searched refs:i8 (Results 1 – 7 of 7) sorted by relevance
3 declare_binder_enum! { ByteEnum : i8 {
3 declare_binder_enum! { BackendType : i8 {
19 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8>; in RepeatByte() argument86 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() argument298 pub const BYTE_TEST_CONSTANT: i8 = 17;424 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() argument438 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() argument1342 let _arg_token: i8 = _aidl_data.read()?; in on_transact()
13 pub byteDefaultsToFour: i8,23 pub byteDefault: i8,
11 pub byteValue: i8,
36 int8_t* i8; member
120 impl_repeat! {RepeatByte, i8}