Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl75 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs18 fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool>; in RepeatBoolean() method
83 fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool> { in RepeatBoolean() method
232 pub const RepeatBoolean: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 3; constant
407 fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool> { in RepeatBoolean() method
1252 …fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool> { self.0.RepeatBoole… in RepeatBoolean() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java111 public boolean RepeatBoolean(boolean token) throws RemoteException { in RepeatBoolean() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp138 ::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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1123 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean() function in aidl::android::aidl::tests::BpTestService
3231 ::ndk::ScopedAStatus ITestServiceDefault::RepeatBoolean(bool /*in_token*/, bool* /*_aidl_return*/) { in RepeatBoolean() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java36 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Default
1034 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Stub.Proxy
2436 public boolean RepeatBoolean(boolean token) throws android.os.RemoteException; in RepeatBoolean() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h178 ::android::binder::Status RepeatBoolean(bool, bool*) override { in RepeatBoolean() function
/system/tools/aidl/tests/
Daidl_test_service.cpp303 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anonee08dd980111::NativeService