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

Commit c1041d4f authored by Peiyong Lin's avatar Peiyong Lin
Browse files

Use pid_t instead of not int32_t.

Bug: b/266595015
Test: atest PerformanceHintManagerTest
Change-Id: I33755bb30cceb9953db293092e417a1a14288226
parent e264034b
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