android_device_samsung_a20/universal7885-common/apps/aidl-support/parts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
roynatech2544 72f2eb6800 universal7885: parts-aidl: Unlock mutex if try_lock() returned true
try_lock() returns instantly, but it does acquires mutex lock if it is avaliable. If we just return try_lock() result, mutex is still locked by the thread. So it results in forever false with try_lock(). If the try_lock() returns true, unlock and return true for fix
2022-10-11 21:21:57 +09:00
..
aidl_api/vendor.eureka.hardware.parts universal7885: parts-aidl: Refactor swap impl 2022-10-11 03:00:38 +09:00
default universal7885: parts-aidl: Unlock mutex if try_lock() returned true 2022-10-11 21:21:57 +09:00
vendor/eureka/hardware/parts universal7885: parts-aidl: Refactor swap impl 2022-10-11 03:00:38 +09:00
Android.bp universal7885: aidl-support: Allow platform API on java backend 2022-10-09 09:37:54 +00:00