Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl88 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/
DITestService.rs29 …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/
Daidl_test_client_primitives.cpp137 DoTest(&ITestService::ReverseBoolean, {true, false, false}); in TEST_F()
Daidl_test_service.cpp359 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs136 impl_repeat_reverse! {RepeatBoolean, ReverseBoolean, bool}
Dtest_client.rs185 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/
DBpTestService.h30 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe…
DITestService.h179 …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/
DBpTestService.h32 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re…
DITestService.h125 …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/
DITestService.java81 …@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/
DTestServiceServer.java155 public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws RemoteException { in ReverseBoolean() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java177 boolean[] reversed = service.ReverseBoolean(input, echoed); in testBooleanArrayReversal()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp270 …::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/
DITestService.cpp556 ::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()