Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java/src/android/aidl/sdkversion/
DITestService.aidl20 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/service/
DAidlJavaVersionTestService.java27 public boolean RepeatBoolean(boolean token) { in RepeatBoolean() method in AidlJavaVersionTestService.TestServiceServer
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl94 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h40 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override { in RepeatBoolean() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java37 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Default
331 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Delegator
1517 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Stub.Proxy
3334 public boolean RepeatBoolean(boolean token) throws android.os.RemoteException; in RepeatBoolean() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java145 public boolean RepeatBoolean(boolean token) throws RemoteException { in RepeatBoolean() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h94 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function
DITestService.h295 ::android::binder::Status RepeatBoolean(bool /*token*/, bool* /*_aidl_return*/) override { in RepeatBoolean() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp126 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs21 fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool>; in RepeatBoolean() method
97 fn RepeatBoolean<'a>(&'a self, _arg_token: bool) -> binder::BoxFuture<'a, binder::Result<bool>>; in RepeatBoolean() method
168 async fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool>; in RepeatBoolean() method
261 fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool> { in new_async_binder() function
465 fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool> { in RepeatBoolean() method
659 …pub const RepeatBoolean: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TR… constant
2031 fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool> { in RepeatBoolean() method
2382 fn RepeatBoolean<'a>(&'a self, _arg_token: bool) -> binder::BoxFuture<'a, binder::Result<bool>> { in RepeatBoolean() method
3206 …fn RepeatBoolean(&self, _arg_token: bool) -> binder::Result<bool> { self.0.RepeatBoolean(_arg_toke… in RepeatBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1412 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean() function in aidl::android::aidl::tests::BpTestService
4150 ::ndk::ScopedAStatus ITestServiceDefault::RepeatBoolean(bool /*in_token*/, bool* /*_aidl_return*/) { in RepeatBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp294 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anon556d30440111::NativeService