/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
H A D | HintManagerServiceTest.java | 125 () -> service.getBinderServiceInstance().createHintSession(token, in testCreateHintSessionInvalidPid() 134 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testCreateHintSession() 138 IHintSession b = service.getBinderServiceInstance().createHintSession(token, in testCreateHintSession() 149 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testPauseResumeHintSession() 185 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testCloseHintSession() 197 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testUpdateTargetWorkDuration() 218 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testReportActualWorkDuration() 260 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testSendHint() 286 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testDoHintInBackground() 307 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testDoHintInForeground() [all …]
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_hint_HintManagerService.cpp | 46 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession() function 49 gPowerHalController.createHintSession(tgid, uid, std::move(threadIds), durationNanos); in createHintSession() 120 return createHintSession(env, tgid, uid, std::move(threadIds), durationNanos); in nativeCreateHintSession()
|
/aosp14/frameworks/base/native/android/tests/performance_hint/ |
H A D | PerformanceHintNativeTest.cpp | 39 MOCK_METHOD(Status, createHintSession, 104 EXPECT_CALL(*mMockIHintManager, createHintSession(_, Eq(tids), Eq(targetDuration), _)) in TEST_F() 161 EXPECT_CALL(*mMockIHintManager, createHintSession(_, Eq(tids), Eq(targetDuration), _)) in TEST_F()
|
/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() method
|
H A D | PerformanceHintManager.java | 64 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | PerformanceHintManagerTest.java | 56 return mPerformanceHintManager.createHintSession( in createSession()
|
/aosp14/frameworks/base/native/android/ |
H A D | performance_hint.cpp | 142 mHintManager->createHintSession(mToken, tids, initialTargetWorkDurationNanos, &session); in createSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/hint/ |
H A D | HintManagerService.java | 348 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession() method in HintManagerService.BinderService
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12255 HSPLandroid/os/IHintManager$Stub$Proxy;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHin… 12712 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12258 HSPLandroid/os/IHintManager$Stub$Proxy;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHin… 12715 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
|
/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 ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9219 HSPLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSession(Landroid/os/…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 33502 …method @Nullable public android.os.PerformanceHintManager.Session createHintSession(@NonNull int[]…
|