/aosp14/frameworks/base/core/java/android/os/ |
H A D | IHintManager.aidl | 27 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 D | PerformanceHintManager.java | 64 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 D | HintManagerService.java | 175 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 D | PerformanceHintNativeTest.cpp | 96 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 D | performance_hint.cpp | 139 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 D | HintSessionWrapper.cpp | 106 std::vector<pid_t> tids = CommonPool::getThreadIds(); in init() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_PerformanceHintManager.cpp | 126 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 D | CommonPool.cpp | 33 std::vector<int> tids(THREAD_COUNT); in CommonPool() local
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_hint_HintManagerService.cpp | 110 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 D | debuggerd_client.cpp | 89 std::vector<pid_t> tids; in get_wchan_data() local
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderCallsStatsTest.java | 904 int[] tids = bcs.getNativeTids(); in testNativeTids() local
|
/aosp14/system/core/llkd/ |
H A D | libllkd.cpp | 397 std::unordered_map<pid_t, proc> tids; variable
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |