Home
last modified time | relevance | path

Searched refs:RepeatLongEnum (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
H A DITestService.aidl56 LongEnum RepeatLongEnum(LongEnum token); in RepeatLongEnum() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h78 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro… in RepeatLongEnum() function
79 return _impl->RepeatLongEnum(in_token, _aidl_return); in RepeatLongEnum()
DBpTestService.h37 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro…
DITestService.h655 …virtual ::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aid…
731 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro…
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h78 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro… in RepeatLongEnum() function
79 return _impl->RepeatLongEnum(in_token, _aidl_return); in RepeatLongEnum()
DBpTestService.h37 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro…
DITestService.h655 …virtual ::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aid…
731 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro…
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl66 LongEnum RepeatLongEnum(LongEnum value); in RepeatLongEnum() method
/aosp_15_r20/trusty/user/app/sample/binder-test/service/
Dmain.cpp87 Status RepeatLongEnum(LongEnum token, LongEnum* _aidl_return) override { in RepeatLongEnum() function in TestService
/aosp_15_r20/trusty/user/app/sample/binder-test/client/
Dmain.cpp157 CHECK_REPEAT(RepeatLongEnum, LongEnum::FOO); in TEST_F()
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl132 LongEnum RepeatLongEnum(LongEnum token); in RepeatLongEnum() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java151 public long RepeatLongEnum(long in_value) { in RepeatLongEnum() method in TestImpl
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h146 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::… in RepeatLongEnum() function
147 return _aidl_delegate->RepeatLongEnum(token, _aidl_return); in RepeatLongEnum()
DBpTestService.h36 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::…
DITestService.h563 …virtual ::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android…
667 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum /*token*/, ::android::ai… in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h146 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::… in RepeatLongEnum() function
147 return _aidl_delegate->RepeatLongEnum(token, _aidl_return); in RepeatLongEnum()
DBpTestService.h36 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::…
DITestService.h563 …virtual ::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android…
667 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum /*token*/, ::android::ai… in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs39 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
123 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
199 …async fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_…
317 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn… in new_async_binder()
318 self._rt.block_on(self._inner.r#RepeatLongEnum(_arg_token)) in new_async_binder()
543 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn… in try_into_local_async()
544 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatLongEnum(_arg_token)) in try_into_local_async()
765 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
954 …pub const r#RepeatLongEnum: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL…
1343 return _aidl_default_impl.r#RepeatLongEnum(_arg_token); in read_response_RepeatLongEnum()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs39 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
123 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
199 …async fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_…
317 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn… in new_async_binder()
318 self._rt.block_on(self._inner.r#RepeatLongEnum(_arg_token)) in new_async_binder()
543 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn… in try_into_local_async()
544 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatLongEnum(_arg_token)) in try_into_local_async()
765 …fn r#RepeatLongEnum<'a, >(&'a self, _arg_token: crate::mangled::_7_android_4_aidl_5_tests_8_LongEn…
954 …pub const r#RepeatLongEnum: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL…
1343 return _aidl_default_impl.r#RepeatLongEnum(_arg_token); in read_response_RepeatLongEnum()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java85 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Default
401 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Delegator
403 return mImpl.RepeatLongEnum(token); in RepeatLongEnum()
1114 long _result = this.RepeatLongEnum(_arg0); in onTransact()
2207 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Stub.Proxy
2219 return getDefaultImpl().RepeatLongEnum(token); in RepeatLongEnum()
3873 public long RepeatLongEnum(long token) throws android.os.RemoteException; in RepeatLongEnum() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java85 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Default
401 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Delegator
403 return mImpl.RepeatLongEnum(token); in RepeatLongEnum()
1114 long _result = this.RepeatLongEnum(_arg0); in onTransact()
2207 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Stub.Proxy
2219 return getDefaultImpl().RepeatLongEnum(token); in RepeatLongEnum()
3873 public long RepeatLongEnum(long token) throws android.os.RemoteException; in RepeatLongEnum() method
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h150 ::ndk::ScopedAStatus RepeatLongEnum(LongEnum in_value, LongEnum* _aidl_return) override { in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs173 impl_repeat_reverse! {RepeatLongEnum, ReverseLongEnum, LongEnum}
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java203 public long RepeatLongEnum(long token) throws RemoteException { in RepeatLongEnum() method in TestServiceServer

12