Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QcRilAmService: Wait for IQcRilAudio to be up #8

Merged
merged 1 commit into from
May 27, 2020
Merged

QcRilAmService: Wait for IQcRilAudio to be up #8

merged 1 commit into from
May 27, 2020

Conversation

ix5
Copy link

@ix5 ix5 commented May 26, 2020

The default call to getService of a HIDL/AIDL interface will not wait for the service to be up. Use the retry parameter to use tryGetService internally.

This will fix a deprecation warning on future Android versions.

See https://android-review.googlesource.com/c/platform/system/tools/hidl/+/1291900

The default call to getService of a HIDL/AIDL interface will
not wait for the service to be up. Use the retry parameter
to use tryGetService internally.

This will fix a deprecation warning on future Android versions.

See https://android-review.googlesource.com/c/platform/system/tools/hidl/+/1291900
@jerpelea jerpelea merged commit ef51ec6 into sonyxperiadev:master May 27, 2020
@ix5 ix5 deleted the getservice-retry branch May 27, 2020 15:21
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.

2 participants