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

Commit e3544b8b authored by Peiyong Lin's avatar Peiyong Lin Committed by Android (Google) Code Review
Browse files

Merge "Use pid_t instead of not int32_t."

parents 2e6e00db c1041d4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@

#include <android/api-level.h>
#include <stdint.h>
#include <unistd.h>

__BEGIN_DECLS

@@ -173,7 +174,7 @@ void APerformanceHint_closeSession(
 */
int APerformanceHint_setThreads(
        APerformanceHintSession* session,
        const int32_t* threadIds,
        const pid_t* threadIds,
        size_t size) __INTRODUCED_IN(__ANDROID_API_U__);

__END_DECLS