Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs229 pub const UnimplementedMethod: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0;
230 pub const Deprecated: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 1;
231 pub const TestOneway: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 2;
232 pub const RepeatBoolean: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 3;
233 pub const RepeatByte: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 4;
234 pub const RepeatChar: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 5;
235 pub const RepeatInt: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 6;
236 pub const RepeatLong: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 7;
237 pub const RepeatFloat: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 8;
238 pub const RepeatDouble: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 9;
[all …]
DINamedCallback.rs28 pub const GetName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0;
56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact() argument
DINewName.rs28 pub const RealName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0;
56 fn on_transact(_aidl_service: &dyn INewName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() argument
DIOldName.rs28 pub const RealName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0;
56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() argument
DIDeprecated.rs36 fn on_transact(_aidl_service: &dyn IDeprecated, _aidl_code: binder::TransactionCode, _aidl_data: &b… in on_transact() argument