Skip to content

Add support for AIDL binder interface#31

Open
mlehtima wants to merge 2 commits intomasterfrom
jb61406
Open

Add support for AIDL binder interface#31
mlehtima wants to merge 2 commits intomasterfrom
jb61406

Conversation

@mlehtima
Copy link
Contributor

@mlehtima mlehtima commented Jul 6, 2025

No description provided.

@mlehtima
Copy link
Contributor Author

mlehtima commented Mar 4, 2026

Reworked the PR to split the backends into separate classes to make the code more readable.

const size_t maxEvents = 64;
}

#ifdef USE_BINDER
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do these implementation specific headers need to be part of the interface?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There would be a lot more refactoring needed to get rid of these since HybrisAdaptor uses sensors_event_t which comes from these headers.

mlehtima added 2 commits March 5, 2026 15:25
Don't wait for hwbinder servicemanager when checking if hidl backend is
supported. One new devices hwbinder servicemanager is not present anymore
and waiting for servicemanager would cause the service to wait forever.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants