/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 88 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 29 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::public_api… in ReverseBoolean() method 116 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::public_api… in ReverseBoolean() method 243 pub const ReverseBoolean: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 14; constant 594 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::public_api… in ReverseBoolean() method 595 …let _aidl_reply = self.binder.transact(transactions::ReverseBoolean, binder::FLAG_CLEAR_BUF | bind… in ReverseBoolean() 603 return _aidl_default_impl.ReverseBoolean(_arg_input, _arg_repeated); in ReverseBoolean() 1263 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::public_api… in ReverseBoolean() method 1461 transactions::ReverseBoolean => { in on_transact() 1465 let _aidl_return = _aidl_service.ReverseBoolean(&_arg_input, &mut _arg_repeated); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 137 DoTest(&ITestService::ReverseBoolean, {true, false, false}); in TEST_F()
|
D | aidl_test_service.cpp | 359 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 136 impl_repeat_reverse! {RepeatBoolean, ReverseBoolean, bool}
|
D | test_client.rs | 185 test_reverse_array! {test_array_boolean, ReverseBoolean, vec![true, false, false]}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 30 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe…
|
D | ITestService.h | 179 …virtual ::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* … 235 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 32 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re…
|
D | ITestService.h | 125 …virtual ::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<b… 211 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>&, ::std::vector<bool>*, ::std::… in ReverseBoolean() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 81 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Default 424 boolean[] _result = this.ReverseBoolean(_arg0, _arg1); in onTransact() 1288 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy 1305 return getDefaultImpl().ReverseBoolean(input, repeated); in ReverseBoolean() 2448 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 155 public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws RemoteException { in ReverseBoolean() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 177 boolean[] reversed = service.ReverseBoolean(input, echoed); in testBooleanArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 270 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseBoolean(in_input, &out_repeated, &_aidl_ret… in _aidl_onTransact() 1574 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService 1601 …_aidl_status = ITestService::getDefaultImpl()->ReverseBoolean(in_input, out_repeated, _aidl_return… in ReverseBoolean() 3286 ::ndk::ScopedAStatus ITestServiceDefault::ReverseBoolean(const std::vector<bool>& /*in_input*/, std… in ReverseBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 556 ::android::binder::Status BpTestService::ReverseBoolean(const ::std::vector<bool>& input, ::std::ve… in ReverseBoolean() function in android::aidl::tests::BpTestService 577 return ITestService::getDefaultImpl()->ReverseBoolean(input, repeated, _aidl_return); in ReverseBoolean() 2438 ::android::binder::Status _aidl_status(ReverseBoolean(in_input, &out_repeated, &_aidl_return)); in onTransact()
|