Home
last modified time | relevance | path

Searched refs:ITestServiceDefault (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3221 ::ndk::ScopedAStatus ITestServiceDefault::Deprecated() { in Deprecated()
3226 ::ndk::ScopedAStatus ITestServiceDefault::TestOneway() { in TestOneway()
3231 ::ndk::ScopedAStatus ITestServiceDefault::RepeatBoolean(bool /*in_token*/, bool* /*_aidl_return*/) { in RepeatBoolean()
3236 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte()
3246 ::ndk::ScopedAStatus ITestServiceDefault::RepeatInt(int32_t /*in_token*/, int32_t* /*_aidl_return*/… in RepeatInt()
3256 ::ndk::ScopedAStatus ITestServiceDefault::RepeatFloat(float /*in_token*/, float* /*_aidl_return*/) { in RepeatFloat()
3366 ::ndk::ScopedAStatus ITestServiceDefault::ThrowServiceException(int32_t /*in_code*/) { in ThrowServiceException()
3406 ::ndk::ScopedAStatus ITestServiceDefault::TakesAnIBinder(const ::ndk::SpAIBinder& /*in_input*/) { in TakesAnIBinder()
3461 ::ndk::ScopedAStatus ITestServiceDefault::GetCppJavaTests(::ndk::SpAIBinder* /*_aidl_return*/) { in GetCppJavaTests()
3471 ::ndk::SpAIBinder ITestServiceDefault::asBinder() { in asBinder()
[all …]
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_defaultimpl.cpp22 using android::aidl::tests::ITestServiceDefault;
32 struct Def : public ITestServiceDefault {
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs22 self, BpTestService, ITestServiceDefault, ITestServiceDefaultRef,
590 impl ITestServiceDefault for TestDefaultImpl {
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h219 class ITestServiceDefault : public ITestService {
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h164 class ITestServiceDefault : public ITestService {
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs73 pub trait ITestServiceDefault: Send + Sync { interface
281 pub type ITestServiceDefaultRef = Option<std::sync::Arc<dyn ITestServiceDefault>>;