Fix fake launch app async 85/266585/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 15 Nov 2021 23:21:15 +0000 (08:21 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 15 Nov 2021 23:23:54 +0000 (08:23 +0900)
commitcd93b9ad6a90653165f47d2e212fa5aad8cd1f3f
tree2f92fbb3c57431ce1fd9e0a7fe1f9d5bfc04fefa
parent9ff5b2ade74f2fbbf08f2630c1ca032754fb2e68
Fix fake launch app async

If sending the request is successful, the __fake_launch_app_async()
function has to return the process ID. After sending the launch request,
AMD saves the process information on the pending list until the socket
of the launched application is ready.

Change-Id: I606ce5b59caa2ed01a2229433bd8703a21855cad
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/amd_launch.c