diff options
| author | 2024-01-11 18:10:05 +0000 | |
|---|---|---|
| committer | 2024-01-11 18:10:05 +0000 | |
| commit | c8f19c9ad7133db0959ea5e61652cbf7326d0766 (patch) | |
| tree | b86a3ea97f89b12eb91d6a3eda765b5077fd35d5 /include/android | |
| parent | e4742ee27075a3728981868169363e01c1d7d6ea (diff) | |
| parent | 352ff40831122aaddb40411ca3e9a349c71a7555 (diff) | |
Merge "Align parameter name of AWorkDuration_release with documentation" into main
Diffstat (limited to 'include/android')
| -rw-r--r-- | include/android/performance_hint.h | 6 |
1 files changed, 4 insertions, 2 deletions
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. |