summaryrefslogtreecommitdiff
path: root/native/android/performance_hint.cpp
AgeCommit message (Expand)Author
2025-03-04Fix FMQ to use correct total duration Matt Buckley
2025-01-03Fix crash when checking null surfaces Matt Buckley
2024-12-26Remove redundant support checks Matt Buckley
2024-12-20Update performance_hint to follow NDK API guidance Matt Buckley
2024-12-12Reland initial support check using SupportInfo Matt Buckley
2024-12-12Merge "Revert "Refactor initial support check to use SupportInfo"" into main Nicolò Mazzucato
2024-12-11Revert "Refactor initial support check to use SupportInfo" Jordan Demeulenaere
2024-12-09Merge "Refactor initial support check to use SupportInfo" into main Matt Buckley
2024-12-08Refactor initial support check to use SupportInfo Matt Buckley
2024-12-07Fix spike method calling Matt Buckley
2024-12-05Merge "Add CPU/GPU_LOAD_SPIKE hints for one-off expensive workloads" into main Matt Buckley
2024-12-04Fix PerformanceHints budget calculation Matt Buckley
2024-12-04Add CPU/GPU_LOAD_SPIKE hints for one-off expensive workloads Matt Buckley
2024-11-27Add new surface binding and auto ADPF methods for ADPF Timeline API Matt Buckley
2024-11-19Add default case to switch statment Matt Buckley
2024-11-18Implement NDK createSessionUsingConfig API Andy Yu
2024-11-17Add support for converting java hint sessions to native hint sessions Matt Buckley
2024-11-08Add public ADPF load hints with better rate limiter and hint batching Matt Buckley
2024-10-18Fix blocking call on FMQ critical path Matt Buckley
2024-09-11Add ADPF FMQ implementation for PerformanceHintManager Matt Buckley
2024-06-27Skip binder call if it's the same target Xiang Wang
2024-06-17Merge "Add lock guards to performance hint NDK" into main Matt Buckley
2024-06-10Merge "Add locking to performance hint NDK" into main Matt Buckley
2024-06-07Add lock guards to performance hint NDK Matt Buckley
2024-06-07Add locking to performance hint NDK Matt Buckley
2024-05-21Change default session tag to 'APP' from 'OTHER' Matt Buckley
2024-04-20Add HWUI session tagging Matt Buckley
2024-04-17Add support for createHintSessionWithConfig Matt Buckley
2024-04-05Clean up Hal AIDL imports Matt Buckley
2024-03-14Update HintManager to use NDK backend Matt Buckley
2024-02-01Allow ADPF WorkDuration CPU duration to be zero Matt Buckley
2024-01-23Provide error handling for nullptr in the ADPF NDK Matt Buckley
2023-12-20Add tracing for ADPF hint sessions in client Matt Buckley
2023-11-30[Reland] Add API support for GPU work duration report in ADPF. Peiyong Lin
2023-11-20Revert "Add API support for GPU work duration report in ADPF." Jorim Jaggi
2023-11-11Add API support for GPU work duration report in ADPF. Peiyong Lin
2023-08-23Revert "Set max number of sessions to 20 for non-system process" Xiang Wang
2023-08-18Set max number of sessions to 20 for non-system process Xiang Wang
2023-08-08Add plumbing for ADPF Power Efficiency hint Matt Buckley
2023-07-25Fix the setThreads JNI to throw SecurityException Xiang Wang
2023-03-03Revert^2 "Use "SessionHint" enum in ndk API" Steven Moreland
2023-02-07Revert "Use "SessionHint" enum in ndk API" Matt Buckley
2023-02-01Use "SessionHint" enum in ndk API Matt Buckley
2023-01-26Use pid_t instead of not int32_t. Peiyong Lin
2022-12-17Implement setThreads APIs for PerformanceHintManager.Session. Peiyong Lin
2022-12-16Merge "Make sendHint private in platform" Matt Buckley
2022-12-15Make sendHint private in platform Matt Buckley
2022-12-03Add rate limiter to sendHint API call Matt Buckley
2022-11-23PerformanceHint: optimize rate limit Wei Wang
2022-11-09Add support for ADPF HintSession sendHint to JNI Matt Buckley