Home
last modified time | relevance | path

Searched defs:RepeatBoolean (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/sdkversion/
DITestService.aidl20 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/sdkversion/service/
DAidlJavaVersionTestService.java28 public boolean RepeatBoolean(boolean token) { in RepeatBoolean() method in AidlJavaVersionTestService.TestServiceServer
/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
H A DITestService.aidl46 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/aosp_15_r20/trusty/user/app/sample/binder-test/service/
Dmain.cpp56 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in TestService
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl61 boolean RepeatBoolean(boolean value); in RepeatBoolean() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java126 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() method in TestImpl
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl122 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java45 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Default
361 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Delegator
1967 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Stub.Proxy
3863 public boolean RepeatBoolean(boolean token) throws android.os.RemoteException; in RepeatBoolean() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java45 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Default
361 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Delegator
1967 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Stub.Proxy
3863 public boolean RepeatBoolean(boolean token) throws android.os.RemoteException; in RepeatBoolean() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h48 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override { in RepeatBoolean() function
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h127 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h48 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override { in RepeatBoolean() function
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java163 public boolean RepeatBoolean(boolean token) throws RemoteException { in RepeatBoolean() method in TestServiceServer
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h116 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function
DITestService.h637 ::android::binder::Status RepeatBoolean(bool /*token*/, bool* /*_aidl_return*/) override { in RepeatBoolean() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h116 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function
DITestService.h637 ::android::binder::Status RepeatBoolean(bool /*token*/, bool* /*_aidl_return*/) override { in RepeatBoolean() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1529 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean() function in aidl::android::aidl::tests::BpTestService
4493 ::ndk::ScopedAStatus ITestServiceDefault::RepeatBoolean(bool /*in_token*/, bool* /*_aidl_return*/) { in RepeatBoolean() 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/
DITestService.cpp1529 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean() function in aidl::android::aidl::tests::BpTestService
4493 ::ndk::ScopedAStatus ITestServiceDefault::RepeatBoolean(bool /*in_token*/, bool* /*_aidl_return*/) { in RepeatBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp175 ScopedAStatus RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anon0586964a0111::NativeService
Daidl_test_service.cpp294 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anonf414188e0111::NativeService
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp136 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() 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/
DITestService.cpp136 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() function in android::aidl::tests::BpTestService