Searched refs:getThreadGroupLeader (Results 1 – 6 of 6) sorted by relevance
87 assertEquals(-1, Process.getThreadGroupLeader(BAD_PID)); in testGetThreadGroupLeaderInvalidTid()
92 prio > PRIORITY_MAX || Process.getThreadGroupLeader(tid) != pid) { in requestPriority()
818 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in createHintSessionWithConfig()920 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in getSessionChannel()931 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in closeSessionChannel()1159 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in setThreadsInternal()
1107 public static final int getThreadGroupLeader(int tid) { in getThreadGroupLeader() method in Process
118 private static final int TGID = Process.getThreadGroupLeader(TID);
37643 Landroid/os/Process;->getThreadGroupLeader(I)I