Home
last modified time | relevance | path

Searched defs:tids (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIHintManager.aidl27 IHintSession createHintSession(in IBinder token, in int[] tids, long durationNanos); in createHintSession()
34 void setHintSessionThreads(in IHintSession hintSession, in int[] tids); in setHintSessionThreads()
H A DPerformanceHintManager.java64 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession()
238 public void setThreads(@NonNull int[] tids) { in setThreads()
262 int[] tids, long initialTargetWorkDurationNanos); in nativeCreateSession()
270 private static native void nativeSetThreads(long nativeSessionPtr, int[] tids); in nativeSetThreads()
/aosp14/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java175 private static native long nativeCreateHintSession(int tgid, int uid, int[] tids, in nativeCreateHintSession()
192 private static native void nativeSetThreads(long halPtr, int[] tids); in nativeSetThreads()
202 public long halCreateHintSession(int tgid, int uid, int[] tids, long durationNanos) { in halCreateHintSession()
244 public void halSetThreads(long halPtr, int[] tids) { in halSetThreads()
308 private boolean checkTidValid(int uid, int tgid, int [] tids) { in checkTidValid()
348 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession()
399 public void setHintSessionThreads(@NonNull IHintSession hintSession, @NonNull int[] tids) { in setHintSessionThreads()
435 long targetDuration, int[] tids) { in logPerformanceHintSessionAtom()
553 public void setThreads(@NonNull int[] tids) { in setThreads()
/aosp14/frameworks/base/native/android/tests/performance_hint/
H A DPerformanceHintNativeTest.cpp96 std::vector<int32_t> tids; in TEST_F() local
153 std::vector<int32_t> tids; in TEST_F() local
/aosp14/frameworks/base/native/android/
H A Dperformance_hint.cpp139 std::vector<int32_t> tids(threadIds, threadIds + size); in createSession() local
273 std::vector<int32_t> tids(threadIds, threadIds + size); in setThreads() local
287 std::vector<int32_t> tids; in getThreadIds() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DHintSessionWrapper.cpp106 std::vector<pid_t> tids = CommonPool::getThreadIds(); in init() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_PerformanceHintManager.cpp126 static jlong nativeCreateSession(JNIEnv* env, jclass clazz, jlong nativeManagerPtr, jintArray tids, in nativeCreateSession()
165 static void nativeSetThreads(JNIEnv* env, jclass clazz, jlong nativeSessionPtr, jintArray tids) { in nativeSetThreads()
/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp33 std::vector<int> tids(THREAD_COUNT); in CommonPool() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_hint_HintManagerService.cpp110 jintArray tids, jlong durationNanos) { in nativeCreateHintSession()
157 static void nativeSetThreads(JNIEnv* env, jclass /* clazz */, jlong session_ptr, jintArray tids) { in nativeSetThreads()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp89 std::vector<pid_t> tids; in get_wchan_data() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java904 int[] tids = bcs.getNativeTids(); in testNativeTids() local
/aosp14/system/core/llkd/
H A Dlibllkd.cpp397 std::unordered_map<pid_t, proc> tids; variable
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...