Searched defs:ICallback (Results 1 – 11 of 11) sorted by relevance
/system/tools/aidl/tests/android/aidl/tests/nested/ |
D | INestedService.aidl | 29 interface ICallback { interface
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/ |
D | INestedService.h | 123 …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/ |
D | INestedService.h | 123 …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/ |
D | INestedService.cpp | 211 …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/ |
D | INestedService.cpp | 211 …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/ |
D | INestedService.rs | 242 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/ |
D | INestedService.rs | 242 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/ |
D | INestedService.java | 223 public interface ICallback extends android.os.IInterface interface
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | INestedService.java | 223 public interface ICallback extends android.os.IInterface interface
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 673 cb: &binder::Strong<dyn INestedService::ICallback::ICallback>, in flipStatusWithCallback()
|
D | test_service.rs | 623 cb: &binder::Strong<dyn INestedService::ICallback::ICallback>, in flipStatusWithCallback()
|