async tasks

This commit is contained in:
2025-12-31 16:12:43 +01:00
parent f3a69571a2
commit 3a410775b5
6 changed files with 111 additions and 12 deletions

View File

@@ -42,6 +42,11 @@ public:
m_kernel = std::make_unique<Kernel>(listener);
*_aidl_return = true;
}
else
{
m_kernel->set_listener(listener);
*_aidl_return = true;
}
return ndk::ScopedAStatus::ok();
}
};