add events listener object, create kernel context and some gl resources

This commit is contained in:
2025-12-29 19:16:05 +01:00
parent 6830c61e31
commit 66df0e66e2
18 changed files with 556 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ public:
explicit BpMosisService(const ::ndk::SpAIBinder& binder);
virtual ~BpMosisService();
::ndk::ScopedAStatus initOS(bool* _aidl_return) override;
::ndk::ScopedAStatus initOS(const std::shared_ptr<::aidl::com::omixlab::mosis::IMosisListener>& in_listener, bool* _aidl_return) override;
::ndk::ScopedAStatus getNumber(int32_t* _aidl_return) override;
};
} // namespace mosis