/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
H A D | ITestService.aidl | 59 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean() method
|
/aosp_15_r20/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 91 Status ReverseBoolean(const std::vector<bool>& input, in ReverseBoolean() function in TestService
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 135 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated); in ReverseBoolean() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 90 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Default 406 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Delegator 2232 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy 3875 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 90 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Default 406 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Delegator 2232 …@Override public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.R… in ReverseBoolean() method in ITestService.Stub.Proxy 3875 …public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws android.os.RemoteExcep… in ReverseBoolean() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 81 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe… in ReverseBoolean() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 81 …::ndk::ScopedAStatus ReverseBoolean(const std::vector<bool>& in_input, std::vector<bool>* out_repe… in ReverseBoolean() function
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 207 public boolean[] ReverseBoolean(boolean[] input, boolean[] repeated) throws RemoteException { in ReverseBoolean() method in TestServiceServer
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 149 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re… in ReverseBoolean() function
|
D | ITestService.h | 670 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& /*input*/, ::std::vector<bool>… in ReverseBoolean() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 149 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& input, ::std::vector<bool>* re… in ReverseBoolean() function
|
D | ITestService.h | 670 …::android::binder::Status ReverseBoolean(const ::std::vector<bool>& /*input*/, ::std::vector<bool>… in ReverseBoolean() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1980 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService 4548 ::ndk::ScopedAStatus ITestServiceDefault::ReverseBoolean(const std::vector<bool>& /*in_input*/, std… in ReverseBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1980 ::ndk::ScopedAStatus BpTestService::ReverseBoolean(const std::vector<bool>& in_input, std::vector<b… in ReverseBoolean() function in aidl::android::aidl::tests::BpTestService 4548 ::ndk::ScopedAStatus ITestServiceDefault::ReverseBoolean(const std::vector<bool>& /*in_input*/, std… in ReverseBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 231 ScopedAStatus ReverseBoolean(const vector<bool>& input, vector<bool>* repeated, in ReverseBoolean() function in __anon0586964a0111::NativeService
|
D | aidl_test_service.cpp | 350 Status ReverseBoolean(const vector<bool>& input, in ReverseBoolean() function in __anonf414188e0111::NativeService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 565 ::android::binder::Status BpTestService::ReverseBoolean(const ::std::vector<bool>& input, ::std::ve… in ReverseBoolean() function in android::aidl::tests::BpTestService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 565 ::android::binder::Status BpTestService::ReverseBoolean(const ::std::vector<bool>& input, ::std::ve… in ReverseBoolean() function in android::aidl::tests::BpTestService
|