summaryrefslogtreecommitdiff
path: root/gralloc4/src/aidl/GrallocAllocator.cpp
AgeCommit message (Collapse)Author
2023-04-05gralloc4: Remove dead code from ionAnkit Goyal
Most of the removal comes from the fact that ion_client is always going to be 0 which helps in cleaning up all the setup code needed to make sure ion_client is valid. Bug: 275481134 Bug: 245053092 Test: Boot to home Change-Id: Icc2cdb5eb9d6235ab37de4e7449724b5c546fc3f
2022-02-24Add AIDL allocator serviceAnkit Goyal
After this, both 4.0 HIDL service and AIDL service will be active. We should plan to remove 4.0 HIDL service soon. This will also provide us opportunity to decouple all the vendor side code directly depending upon Gralloc allocator. Bug: 220910504 Test: VtsHalGraphicsAllocatorAidl_TargetTest Test: VtsHalGraphicsMapperV4_0TargetTest (makes sure 4.0 HIDL allocator is working) Change-Id: Ibb8e4377d32697677d4e3159e02685c5ed8759ae