Searched refs:ITestServiceDefault (Results 1 – 6 of 6) sorted by relevance
3221 ::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 …]
22 using android::aidl::tests::ITestServiceDefault;32 struct Def : public ITestServiceDefault {
22 self, BpTestService, ITestServiceDefault, ITestServiceDefaultRef,590 impl ITestServiceDefault for TestDefaultImpl {
219 class ITestServiceDefault : public ITestService {
164 class ITestServiceDefault : public ITestService {
73 pub trait ITestServiceDefault: Send + Sync { interface281 pub type ITestServiceDefaultRef = Option<std::sync::Arc<dyn ITestServiceDefault>>;