Skip to content

Commit d54e589

Browse files
author
Andy Yu
committed
Fix typo in ASessionConfig_setGraphicsPipeline signature
Bug: 362801903 Bug: 367803904 Test: atest HintManagerServiceTest atest PerformanceHintNativeTest Flag: EXEMPT_NDK Change-Id: I04e0248572dd9342d1ac35b8fce80768502c56dc
1 parent 6e9c664 commit d54e589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/android/performance_hint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ int ASessionCreationConfig_setPreferPowerEfficiency(
518518
pipeline is reached.
519519
*/
520520
int ASessionCreationConfig_setGraphicsPipeline(
521-
ASessionCreationConfig* _Nonnull confi, bool enabled) __INTRODUCED_IN(36);
521+
ASessionCreationConfig* _Nonnull config, bool enabled) __INTRODUCED_IN(36);
522522

523523
__END_DECLS
524524

0 commit comments

Comments
 (0)