Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c3d749c authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Update performance_hint to follow NDK API guidance" into main

parents c5424431 5d69da49
Loading
Loading
Loading
Loading
+204 −111

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
@@ -125,8 +125,10 @@ APerformanceHintSession* APerformanceHint_createSessionInternal(APerformanceHint
/**
 * Creates a session using ASessionCreationConfig
 */
APerformanceHintSession* APerformanceHint_createSessionUsingConfigInternal(
        APerformanceHintManager* manager, ASessionCreationConfig* sessionCreationConfig,
int APerformanceHint_createSessionUsingConfigInternal(
        APerformanceHintManager* manager,
        ASessionCreationConfig* config,
        APerformanceHintSession** sessionOut,
        SessionTag tag);

/**