Home
last modified time | relevance | path

Searched refs:callingTgid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java818 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in createHintSessionWithConfig() local
823 final Integer invalidTid = checkTidValid(callingUid, callingTgid, tids, in createHintSessionWithConfig()
854 callingTgid, callingUid, tids, durationNanos, tag, config); in createHintSessionWithConfig()
866 halSessionPtr = mNativeWrapper.halCreateHintSession(callingTgid, in createHintSessionWithConfig()
893 AppHintSession hs = new AppHintSession(callingUid, callingTgid, tids, token, in createHintSessionWithConfig()
920 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in getSessionChannel() local
922 ChannelItem item = getOrCreateMappedChannelItem(callingTgid, callingUid, token); in getSessionChannel()
931 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in closeSessionChannel() local
933 removeChannelItem(callingTgid, callingUid); in closeSessionChannel()
1159 final int callingTgid = Process.getThreadGroupLeader(Binder.getCallingPid()); in setThreadsInternal() local
[all …]