Loading include/android/performance_hint.h +204 −111 File changed.Preview size limit exceeded, changes collapsed. Show changes include/private/performance_hint_private.h +4 −2 Original line number Diff line number Diff line Loading @@ -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); /** Loading Loading
include/android/performance_hint.h +204 −111 File changed.Preview size limit exceeded, changes collapsed. Show changes
include/private/performance_hint_private.h +4 −2 Original line number Diff line number Diff line Loading @@ -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); /** Loading