Home
last modified time | relevance | path

Searched defs:ICallback (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/nested/
DINestedService.aidl29 interface ICallback { interface
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h123 …ed::Status /*status*/, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallba… in flipStatusWithCallback()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h123 …ed::Status /*status*/, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallba… in flipStatusWithCallback()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp211 …ithNested::Status /*in_status*/, const std::shared_ptr<::aidl::android::aidl::tests::nested::INest… in flipStatusWithCallback()
357 INestedService::ICallback::ICallback() {} in ICallback() function in aidl::android::aidl::tests::nested::INestedService::ICallback
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp211 …ithNested::Status /*in_status*/, const std::shared_ptr<::aidl::android::aidl::tests::nested::INest… in flipStatusWithCallback()
357 INestedService::ICallback::ICallback() {} in ICallback() function in aidl::android::aidl::tests::nested::INestedService::ICallback
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs242 pub trait ICallback: binder::Interface + Send { trait
342 …fn on_transact(_aidl_service: &dyn ICallback, _aidl_code: binder::binder_impl::TransactionCode, _a… in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs242 pub trait ICallback: binder::Interface + Send { interface
342 …fn on_transact(_aidl_service: &dyn ICallback, _aidl_code: binder::binder_impl::TransactionCode, _a… in on_transact()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java223 public interface ICallback extends android.os.IInterface interface
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java223 public interface ICallback extends android.os.IInterface interface
/system/tools/aidl/tests/rust/
Dtest_service_async.rs673 cb: &binder::Strong<dyn INestedService::ICallback::ICallback>, in flipStatusWithCallback()
Dtest_service.rs623 cb: &binder::Strong<dyn INestedService::ICallback::ICallback>, in flipStatusWithCallback()