Home
last modified time | relevance | path

Searched defs:ReverseBoolean (Results 1 – 10 of 10) 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
/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
1782 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy
3346 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
/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/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
DITestService.h328 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& /*input*/, ::std::vector<bool>… in ReverseBoolean() function
/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
/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
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
2086 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in ReverseBoolean() method
2525 …fn ReverseBoolean<'a>(&'a self, _arg_input: &'a [bool], _arg_repeated: &'a mut Vec<bool>) -> binde… in ReverseBoolean() method
3217 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::Result<Vec… in ReverseBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1863 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService
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/
Daidl_test_service.cpp350 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anon556d30440111::NativeService