Home
last modified time | relevance | path

Searched defs:tgid (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/powermanager/
DPowerHalController.cpp129 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos) { in createHintSession()
138 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos, in createHintSessionWithConfig()
157 int tgid, int uid) { in getSessionChannel()
164 HalResult<void> PowerHalController::closeSessionChannel(int tgid, int uid) { in closeSessionChannel()
DPowerHalWrapper.cpp250 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos) { in createHintSession()
258 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos, in createHintSessionWithConfig()
273 HalResult<Aidl::ChannelConfig> AidlHalWrapper::getSessionChannel(int tgid, int uid) { in getSessionChannel()
279 HalResult<void> AidlHalWrapper::closeSessionChannel(int tgid, int uid) { in closeSessionChannel()
/frameworks/native/services/powermanager/tests/
DPowerHalWrapperAidlTest.cpp254 int32_t tgid = 999; in TEST_F() local
267 int32_t tgid = 999; in TEST_F() local
283 int32_t tgid = 999; in TEST_F() local
307 int32_t tgid = 999; in TEST_F() local
323 int32_t tgid = 999; in TEST_F() local
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java267 private static native long nativeCreateHintSession(int tgid, int uid, int[] tids, in nativeCreateHintSession()
270 private static native long nativeCreateHintSessionWithConfig(int tgid, int uid, int[] tids, in nativeCreateHintSessionWithConfig()
305 public long halCreateHintSession(int tgid, int uid, int[] tids, long durationNanos) { in halCreateHintSession()
311 int tgid, int uid, int[] tids, long durationNanos, int tag, SessionConfig config) { in halCreateHintSessionWithConfig()
449 public ChannelItem getOrCreateMappedChannelItem(int tgid, int uid, IBinder token) { in getOrCreateMappedChannelItem()
468 public void removeChannelItem(Integer tgid, Integer uid) { in removeChannelItem()
496 ChannelItem(int tgid, int uid, IBinder token) { in ChannelItem()
742 Boolean hasChannel(int tgid, int uid) { in hasChannel()
754 private Integer checkTidValid(int uid, int tgid, int [] tids, IntArray nonIsolated) { in checkTidValid()
/frameworks/base/core/jni/
Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp86 bool startTrackingProcessCpuTimes(pid_t tgid) { in startTrackingProcessCpuTimes()
137 static jboolean startTrackingProcessCpuTimes(JNIEnv *env, jclass, jint tgid, in startTrackingProcessCpuTimes()
270 bool MockCpuTimeInStateReader::startTrackingProcessCpuTimes(pid_t tgid) { in startTrackingProcessCpuTimes()
Dandroid_util_Process.cpp1157 void android_os_Process_sendTgSignalThrows(JNIEnv* env, jobject clazz, jint tgid, jint tid, in android_os_Process_sendTgSignalThrows()
/frameworks/base/services/core/jni/
Dcom_android_server_hint_HintManagerService.cpp75 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession()
93 static jlong createHintSessionWithConfig(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSessionWithConfig()
170 static jlong nativeCreateHintSession(JNIEnv* env, jclass /* clazz */, jint tgid, jint uid, in nativeCreateHintSession()
181 static jlong nativeCreateHintSessionWithConfig(JNIEnv* env, jclass /* clazz */, jint tgid, jint uid, in nativeCreateHintSessionWithConfig()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DSystemServerCpuThreadReaderTest.java93 public boolean startTrackingProcessCpuTimes(int tgid) { in startTrackingProcessCpuTimes()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelSingleProcessCpuThreadReaderTest.java98 public boolean startTrackingProcessCpuTimes(int tgid) { in startTrackingProcessCpuTimes()
/frameworks/base/core/java/com/android/internal/os/
DKernelSingleProcessCpuThreadReader.java68 boolean startTrackingProcessCpuTimes(int tgid); in startTrackingProcessCpuTimes()
/frameworks/native/services/powermanager/benchmarks/
DPowerHalAidlBenchmarks.cpp164 int32_t tgid = 999; in BM_PowerHalAidlBenchmarks_createHintSession() local
/frameworks/base/core/java/android/os/
DProcess.java1460 public static final void checkTid(int tgid, int tid) in checkTid()
1503 private static native void sendTgSignalThrows(int pid, int tgid, int signal) in sendTgSignalThrows()
/frameworks/native/libs/cputimeinstate/
Dcputimeinstate.cpp621 getAggregatedTaskCpuFreqTimes(pid_t tgid, const std::vector<uint16_t> &aggregationKeys) { in getAggregatedTaskCpuFreqTimes()
Dtesttimeinstate.cpp614 pid_t tgid = getpid(); in TEST_F() local