Home
last modified time | relevance | path

Searched defs:ReverseBoolean (Results 1 – 8 of 8) 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
1263 …fn ReverseBoolean(&self, _arg_input: &[bool], _arg_repeated: &mut Vec<bool>) -> binder::public_api… 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/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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1574 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService
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-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
1288 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy
2448 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h211 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>&, ::std::vector<bool>*, ::std::… in ReverseBoolean() function
/system/tools/aidl/tests/
Daidl_test_service.cpp359 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anonee08dd980111::NativeService