/system/tools/aidl/tests/java/src/android/aidl/sdkversion/ |
D | ITestService.aidl | 20 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
|
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/service/ |
D | AidlJavaVersionTestService.java | 27 public boolean RepeatBoolean(boolean token) { in RepeatBoolean() method in AidlJavaVersionTestService.TestServiceServer
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 94 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 40 ::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/ |
D | ITestService.java | 37 @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/ |
D | TestServiceServer.java | 145 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/ |
D | BnTestService.h | 94 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function
|
D | ITestService.h | 295 ::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/ |
D | ITestService.cpp | 126 ::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/ |
D | ITestService.rs | 21 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/ |
D | ITestService.cpp | 1412 ::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/ |
D | aidl_test_service.cpp | 294 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anon556d30440111::NativeService
|