Google Jul 9, 2025

UNISOC Leverages ADPF for Enhanced Android Gaming Performance  |  Developer stories  |  Android Developers

Article Summary

UNISOC just proved that Android's Dynamic Performance Framework (ADPF) isn't just theory. Their implementation with LineageW delivered a 50% frame rate boost in real-world testing.

The chipmaker integrated ADPF APIs (Performance Hint, Thermal, Game Mode/State) into their Miracle Gaming engine starting with Android 14. They tested the impact on NCSOFT's popular LineageW title across different graphics settings to measure real performance gains.

Key Takeaways

Critical Insight

UNISOC's ADPF implementation proves you can dramatically boost mobile gaming performance while actually reducing power consumption in key scenarios.

The article reveals how UNISOC's approach to thermal prediction prevents the performance drops that plague extended gaming sessions.

About This Article

Problem

Game developers face a tough challenge: keeping frame rates high while managing power consumption and heat. When devices get too hot during long gaming sessions, thermal throttling kicks in and ruins the experience.

Solution

UNISOC built the Miracle Gaming engine using ADPF's Performance Hint API to allocate resources in real time. They added the Thermal API's getThermalHeadroom() function to adjust workloads before overheating happens. Game Mode and State APIs help the system communicate better with the engine.

Impact

In tests at low graphics settings, LineageW saw an 11.5% boost in frame rate while using 9.9% more power. This performance gain held up across all the graphics configurations they tested.