Home
last modified time | relevance | path

Searched defs:INamedCallback (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DINamedCallback.rs12 pub trait INamedCallback: binder::Interface + Send { trait
56 fn on_transact(_aidl_service: &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data:… in on_transact()
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DINamedCallback.aidl19 interface INamedCallback { interface
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs160 ) -> binder::Result<binder::Strong<dyn INamedCallback::INamedCallback>> { in GetOtherTestService()
171 service: &binder::Strong<dyn INamedCallback::INamedCallback>, in VerifyName()
253 ) -> binder::Result<Option<binder::Strong<dyn INamedCallback::INamedCallback>>> { in GetCallback()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DINamedCallback.java5 public interface INamedCallback extends android.os.IInterface interface
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DINamedCallback.cpp88 INamedCallback::INamedCallback() {} in INamedCallback() function in aidl::android::aidl::tests::INamedCallback
H A DITestService.cpp3341 …rTestService(const std::string& /*in_name*/, std::shared_ptr<::aidl::android::aidl::tests::INamedC… in GetOtherTestService()
3346 …edAStatus ITestServiceDefault::VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::INam… in VerifyName()
3441 …efault::GetCallback(bool /*in_return_null*/, std::shared_ptr<::aidl::android::aidl::tests::INamedC… in GetCallback()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h244 … GetOtherTestService(const ::android::String16&, ::android::sp<::android::aidl::tests::INamedCallb… in GetOtherTestService()
247 …android::sp<::android::aidl::tests::INamedCallback>&, const ::android::String16&, bool*) override { in VerifyName()
304 …::android::binder::Status GetCallback(bool, ::android::sp<::android::aidl::tests::INamedCallback>* in GetCallback()