LoginSignup
0
0

More than 3 years have passed since last update.

AIDL通信

Last updated at Posted at 2020-01-17

①IPC通信なので、送信側はMainThreadですけれど、
受信側はMainThreadではなく別すれどである。
②AIDL通信で送受信側のスレッドは別々ですけれど、
AIDL通信は同期処理です。
例えば、APPからServiceの処理を呼んだ時、Serviceの処理が終わるまで、APPがずっと待っている。

image.png

image.png

image.png

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0