Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
H A DHintManagerServiceTest.java125 () -> 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 Dcom_android_server_hint_HintManagerService.cpp46 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 DPerformanceHintNativeTest.cpp39 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 DIHintManager.aidl27 IHintSession createHintSession(in IBinder token, in int[] tids, long durationNanos); in createHintSession() method
H A DPerformanceHintManager.java64 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceHintManagerTest.java56 return mPerformanceHintManager.createHintSession( in createSession()
/aosp14/frameworks/base/native/android/
H A Dperformance_hint.cpp142 mHintManager->createHintSession(mToken, tids, initialTargetWorkDurationNanos, &session); in createSession()
/aosp14/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java348 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession() method in HintManagerService.BinderService
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12255 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 Dboot-image-profile.txt12258 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile9219 HSPLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSession(Landroid/os/…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33502 …method @Nullable public android.os.PerformanceHintManager.Session createHintSession(@NonNull int[]…