/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 75 boolean RepeatBoolean(boolean token); in RepeatBoolean() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 18 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 408 …let _aidl_reply = self.binder.transact(transactions::RepeatBoolean, binder::FLAG_CLEAR_BUF | binde… in RepeatBoolean() 415 return _aidl_default_impl.RepeatBoolean(_arg_token); in RepeatBoolean() 1252 …fn RepeatBoolean(&self, _arg_token: bool) -> binder::public_api::Result<bool> { self.0.RepeatBoole… in RepeatBoolean() method 1329 transactions::RepeatBoolean => { in on_transact() 1331 let _aidl_return = _aidl_service.RepeatBoolean(_arg_token); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 71 DoTest(&ITestService::RepeatBoolean, true); in TEST_F()
|
D | aidl_test_service.cpp | 303 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 122 test_primitive! {test_primitive_bool_false, RepeatBoolean, false} 123 test_primitive! {test_primitive_bool_true, RepeatBoolean, true}
|
D | test_service.rs | 136 impl_repeat_reverse! {RepeatBoolean, ReverseBoolean, bool}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 19 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override;
|
D | ITestService.h | 168 virtual ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) = 0; 224 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 21 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override;
|
D | ITestService.h | 114 virtual ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) = 0; 178 ::android::binder::Status RepeatBoolean(bool, bool*) override { in RepeatBoolean() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 36 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Default 306 boolean _result = this.RepeatBoolean(_arg0); in onTransact() 1034 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() method in ITestService.Stub.Proxy 1045 return getDefaultImpl().RepeatBoolean(token); in RepeatBoolean() 2436 public boolean RepeatBoolean(boolean token) throws android.os.RemoteException; in RepeatBoolean() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 111 public boolean RepeatBoolean(boolean token) throws RemoteException { in RepeatBoolean() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 90 assertThat(service.RepeatBoolean(query), is(query)); in testBooleanRepeat()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 68 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatBoolean(in_token, &_aidl_return); in _aidl_onTransact() 1123 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean() function in aidl::android::aidl::tests::BpTestService 1147 _aidl_status = ITestService::getDefaultImpl()->RepeatBoolean(in_token, _aidl_return); in RepeatBoolean() 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-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 138 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() function in android::aidl::tests::BpTestService 155 return ITestService::getDefaultImpl()->RepeatBoolean(token, _aidl_return); in RepeatBoolean() 2147 ::android::binder::Status _aidl_status(RepeatBoolean(in_token, &_aidl_return)); in onTransact()
|