From 352ff40831122aaddb40411ca3e9a349c71a7555 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Tue, 9 Jan 2024 13:27:05 -0800 Subject: Align parameter name of AWorkDuration_release with documentation Bug: 319284963 Test: m Change-Id: I636a07f5cb939a1ac739628a1eff7c882245acd5 --- include/android/performance_hint.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/android') diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 9d2c79139f..30200c7e79 100644 --- a/include/android/performance_hint.h +++ b/include/android/performance_hint.h @@ -123,7 +123,8 @@ typedef struct APerformanceHintSession APerformanceHintSession; * * @return APerformanceHintManager instance on success, nullptr on failure. */ -APerformanceHintManager* _Nullable APerformanceHint_getManager() __INTRODUCED_IN(__ANDROID_API_T__); +APerformanceHintManager* _Nullable APerformanceHint_getManager() + __INTRODUCED_IN(__ANDROID_API_T__); /** * Creates a session for the given set of threads and sets their initial target work @@ -260,7 +261,8 @@ AWorkDuration* _Nonnull AWorkDuration_create() __INTRODUCED_IN(__ANDROID_API_V__ * * @param aWorkDuration The {@link AWorkDuration} created by calling {@link AWorkDuration_create()} */ -void AWorkDuration_release(AWorkDuration* _Nonnull WorkDuration) __INTRODUCED_IN(__ANDROID_API_V__); +void AWorkDuration_release(AWorkDuration* _Nonnull aWorkDuration) + __INTRODUCED_IN(__ANDROID_API_V__); /** * Sets the work period start timestamp in nanoseconds. -- cgit v1.2.3-59-g8ed1b