Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceHintManagerTest.java63 return mPerformanceHintManager.createHintSession( in createSession()
81 mPerformanceHintManager.createHintSession( in testCreateHintSession_noTids()
85 mPerformanceHintManager.createHintSession( in testCreateHintSession_noTids()
92 assertNull(mPerformanceHintManager.createHintSession( in testCreateHintSession_invalidTids()
/frameworks/native/services/powermanager/benchmarks/
DPowerHalAidlBenchmarks.cpp111 auto status = hal->createHintSession(1, 0, threadIds, durationNanos, &session); in runSessionBenchmark()
176 hal->createHintSession(tgid, uid, threadIds, durationNanos, &appSession); in BM_PowerHalAidlBenchmarks_createHintSession()
184 ret = hal->createHintSession(tgid, uid, threadIds, durationNanos, &appSession); in BM_PowerHalAidlBenchmarks_createHintSession()
/frameworks/native/services/powermanager/
DPowerHalController.cpp128 HalResult<std::shared_ptr<PowerHintSessionWrapper>> PowerHalController::createHintSession( in createHintSession() function in android::power::PowerHalController
132 processHalResult(handle->createHintSession(tgid, uid, threadIds, in createHintSession()
DPowerHalWrapper.cpp46 HalResult<std::shared_ptr<PowerHintSessionWrapper>> EmptyHalWrapper::createHintSession( in createHintSession() function in android::power::EmptyHalWrapper
249 HalResult<std::shared_ptr<PowerHintSessionWrapper>> AidlHalWrapper::createHintSession( in createHintSession() function in android::power::AidlHalWrapper
253 fromStatus(mHandle->createHintSession(tgid, uid, threadIds, durationNanos, &appSession), in createHintSession()
/frameworks/native/services/powermanager/tests/
DPowerHalWrapperAidlTest.cpp55 MOCK_METHOD(ndk::ScopedAStatus, createHintSession,
258 createHintSession(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), _)) in TEST_F()
261 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
288 createHintSession(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), _)) in TEST_F()
292 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
/frameworks/native/include/powermanager/
DPowerHalWrapper.h55 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
77 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
161 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
DPowerHalController.h64 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/performance/
DPerfHintController.kt48 val adpfSession = perfHintMgr!!.createHintSession(intArrayOf(Process.myTid()), in onInit()
/frameworks/base/services/core/jni/
Dcom_android_server_hint_HintManagerService.cpp75 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession() function
77 auto result = gPowerHalController.createHintSession(tgid, uid, threadIds, durationNanos); in createHintSession()
178 return createHintSession(env, tgid, uid, threadIds, durationNanos); in nativeCreateHintSession()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockPowerHalController.h48 createHintSession, (int32_t, int32_t, const std::vector<int32_t>&, int64_t),
DMockIPower.h49 MOCK_METHOD(ndk::ScopedAStatus, createHintSession,
/frameworks/base/core/java/android/os/
DPerformanceHintManager.java77 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp256 auto ret = getPowerHal().createHintSession(getpid(), static_cast<int32_t>(getuid()), in ensurePowerHintSessionRunning()
/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp572 EXPECT_CALL(*mMockPowerHalController, createHintSession) in TEST_F()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt12531 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
/frameworks/base/services/
Dart-wear-profile21705 PLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSession(Landroid/os/IB…
/frameworks/base/config/
Dboot-image-profile.txt12534 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
/frameworks/base/core/api/
Dcurrent.txt33599 …method @Nullable public android.os.PerformanceHintManager.Session createHintSession(@NonNull int[]…