Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
129 views

I'm trying to connect to an AIDL service for the first time, and I'm afraid that I might be doing something wrong, even though, on the surface level, everything seems to be working fine. Am I doing ...
136's user avatar
  • 1,236
1 vote
0 answers
94 views

I've looked at several posts, but can't seem to figure out how to import the aidl file within my kotlin file. Here is my directory structure: src/main/java/com/abc/project/MyTest.kt src/main/aidl/com/...
0 votes
0 answers
211 views

As per Android 14 and above, Property definitions are defined at hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl. Ref Also I found the ...
0 votes
0 answers
19 views

I have an old Binder service for IPC, which does not implement the call with transaction_id=2, but only implements transaction_id=1. Now, after updating my client, it calls the transact with ...
0 votes
0 answers
91 views

Reading this article about StableAidl in Android: https://source.android.com/docs/core/architecture/aidl/stable-aidl I found there is multiple benifts to use it : Backward compatibility: Support the ...
1 vote
1 answer
476 views

I am adding a new SystemService to a custom build of Android 11 and I need an aidl interface for apps to communicate with it. I am just starting with the aidl file right now and to keep it simple I ...
1 vote
1 answer
407 views

I'm trying to connect HAL service to the user app via AIDL. I've tried connecting app to service without luck. How to properly connect user app to HAL C++ service via AIDL? What am I doing wrong? For ...
0 votes
0 answers
75 views

I need to dial an emergency number from my app and from what I understand by reading the docs, I need to implement emergencyDial in IRadio.hal and implement emergencyDialResponse in IRadioResponse.hal ...
0 votes
0 answers
173 views

New to Android development, I have made an app (the server) in Android Studio, and I have made a simple plugin in civTAK (client). To put simply, my app is proprietary, so I can't expose or share the ...
1 vote
0 answers
435 views

I have my custom AIDL HAL and my custom client which connects to this HAL in this way: binder = ServiceManager.getService("my.custom.hal.ICustomThing/default"); This worked well when this ...
LLL's user avatar
  • 1,927
2 votes
1 answer
536 views

The documentation says the file should get created in the directory app/build/generated/source/aidl/debug/ after compiling but the source folder isnt getting created in the generated I tried this ...
0 votes
1 answer
179 views

Now, Android system has 3 binder drivers, /dev/binder and servicemanager for system to system, /dev/hwbinder and hwservicemanager for system to vendor HAL, /dev/vendor and vndservicemanager for vendor ...
1 vote
0 answers
79 views

I read from the official Android documentation that AIDL works as follows: AIDL uses the binder kernel driver to make calls,link below https://source.android.com/docs/core/architecture/aidl According ...
wengcj's user avatar
  • 11
1 vote
1 answer
154 views

I wanted to drawRect after sending the Surface from App A to B, so I tried using AIDL. I checked the SurfaceFlinger because nothing was drawn. When I drew from App A, the surface was not compressed, ...
0 votes
0 answers
88 views

I am experiencing an issue where the onServiceConnected callback is not invoked in my client code, despite the service's onCreate and onBind methods being called successfully and return a binder. The ...

15 30 50 per page
1
2 3 4 5
...
40

AltStyle によって変換されたページ (->オリジナル) /