Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl107 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h73 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe… in ReverseBoolean() function
74 return _impl->ReverseBoolean(in_input, out_repeated, _aidl_return); in ReverseBoolean()
DBpTestService.h30 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe…
DITestService.h307 …virtual ::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* …
378 …::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/
DBnTestService.h127 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re… in ReverseBoolean() function
128 return _aidl_delegate->ReverseBoolean(input, repeated, _aidl_return); in ReverseBoolean()
DBpTestService.h29 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re…
DITestService.h227 …virtual ::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<b…
328 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& /*input*/, ::std::vector<bool>… in ReverseBoolean() function
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp137 DoTest(&ITestService::ReverseBoolean, {true, false, false}); in TEST_F()
Daidl_test_service.cpp350 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs32 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in ReverseBoolean() method
108 …fn ReverseBoolean<'a>(&'a self, _arg_input: &'a [bool], _arg_repeated: &'a mut Vec<bool>) -> binde… in ReverseBoolean() method
179 …async fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Resu… in ReverseBoolean() method
294 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in new_async_binder() function
295 self._rt.block_on(self._inner.ReverseBoolean(_arg_input, _arg_repeated)) in new_async_binder()
498 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in ReverseBoolean() method
670 …pub const ReverseBoolean: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_T… constant
1059 return _aidl_default_impl.ReverseBoolean(_arg_input, _arg_repeated); in read_response_ReverseBoolean()
2086 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in ReverseBoolean() method
2088 …let _aidl_reply = self.binder.submit_transact(transactions::ReverseBoolean, _aidl_data, binder::bi… in ReverseBoolean()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java82 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Default
376 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Delegator
378 return mImpl.ReverseBoolean(input,repeated); in ReverseBoolean()
781 boolean[] _result = this.ReverseBoolean(_arg0, _arg1); in onTransact()
1782 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy
1800 return getDefaultImpl().ReverseBoolean(input, repeated); in ReverseBoolean()
3346 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
/system/tools/aidl/tests/rust/
Dtest_service.rs143 impl_repeat_reverse! {RepeatBoolean, ReverseBoolean, bool}
Dtest_service_async.rs168 impl_repeat_reverse! {RepeatBoolean, ReverseBoolean, bool}
Dtest_client.rs206 test_reverse_array! {test_array_boolean, ReverseBoolean, vec![true, false, false]}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java189 public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws RemoteException { in ReverseBoolean() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java187 boolean[] reversed = service.ReverseBoolean(input, echoed); in testBooleanArrayReversal()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp271 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseBoolean(in_input, &out_repeated, &_aidl_ret… in _aidl_android_aidl_tests_ITestService_onTransact()
1863 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService
1890 …_aidl_status = ITestService::getDefaultImpl()->ReverseBoolean(in_input, out_repeated, _aidl_return… in ReverseBoolean()
4205 ::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.cpp544 ::android::binder::Status BpTestService::ReverseBoolean(const ::std::vector<bool>& input, ::std::ve… in ReverseBoolean() function in android::aidl::tests::BpTestService
565 return ITestService::getDefaultImpl()->ReverseBoolean(input, repeated, _aidl_return); in ReverseBoolean()
3064 ::android::binder::Status _aidl_status(ReverseBoolean(in_input, &out_repeated, &_aidl_return)); in onTransact()