Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
H A DHintManagerServiceTest.java121 () -> service.getBinderServiceInstance().createHintSession(token, in testCreateHintSessionInvalidPid()
130 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testCreateHintSession()
134 IHintSession b = service.getBinderServiceInstance().createHintSession(token, in testCreateHintSession()
145 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testPauseResumeHintSession()
182 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testCloseHintSession()
194 IHintSession a = service.getBinderServiceInstance().createHintSession(token, in testUpdateTargetWorkDuration()
215 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testReportActualWorkDuration()
258 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testDoHintInBackground()
280 .createHintSession(token, SESSION_TIDS_A, DEFAULT_TARGET_DURATION); in testDoHintInForeground()
/aosp12/frameworks/native/services/powermanager/tests/
H A DPowerHalWrapperAidlTest.cpp50 MOCK_METHOD(Status, createHintSession,
215 createHintSession(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), _)) in TEST_F()
217 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
227 createHintSession(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), _)) in TEST_F()
230 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_hint_HintManagerService.cpp45 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession() function
48 gPowerHalController.createHintSession(tgid, uid, std::move(threadIds), durationNanos); in createHintSession()
109 return createHintSession(env, tgid, uid, std::move(threadIds), durationNanos); in nativeCreateHintSession()
/aosp12/frameworks/native/services/powermanager/
H A DPowerHalWrapper.cpp95 HalResult<sp<Aidl::IPowerHintSession>> EmptyHalWrapper::createHintSession( in createHintSession() function in android::power::EmptyHalWrapper
155 HalResult<sp<Aidl::IPowerHintSession>> HidlHalWrapperV1_0::createHintSession( in createHintSession() function in android::power::HidlHalWrapperV1_0
237 HalResult<sp<Aidl::IPowerHintSession>> AidlHalWrapper::createHintSession( in createHintSession() function in android::power::AidlHalWrapper
241 fromStatus(mHandle->createHintSession(tgid, uid, threadIds, durationNanos, &appSession), in createHintSession()
H A DPowerHalController.cpp101 HalResult<sp<IPowerHintSession>> PowerHalController::createHintSession( in createHintSession() function in android::power::PowerHalController
104 auto result = handle->createHintSession(tgid, uid, threadIds, durationNanos); in createHintSession()
/aosp12/frameworks/native/include/powermanager/
H A DPowerHalWrapper.h122 virtual HalResult<sp<hardware::power::IPowerHintSession>> createHintSession(
136 virtual HalResult<sp<hardware::power::IPowerHintSession>> createHintSession(
151 virtual HalResult<sp<hardware::power::IPowerHintSession>> createHintSession(
189 virtual HalResult<sp<hardware::power::IPowerHintSession>> createHintSession(
H A DPowerHalController.h60 virtual HalResult<sp<hardware::power::IPowerHintSession>> createHintSession(
/aosp12/frameworks/native/services/powermanager/benchmarks/
H A DPowerHalAidlBenchmarks.cpp105 auto status = pwHal->createHintSession(1, 0, threadIds, durationNanos, &hal); in runSessionBenchmark()
166 binder::Status ret = hal->createHintSession(tgid, uid, threadIds, durationNanos, &appSession); in BM_PowerHalAidlBenchmarks_createHintSession()
173 ret = hal->createHintSession(tgid, uid, threadIds, durationNanos, &appSession); in BM_PowerHalAidlBenchmarks_createHintSession()
/aosp12/hardware/interfaces/power/aidl/vts/
H A DVtsHalPowerTargetTest.cpp166 auto status = power->createHintSession(getpid(), getuid(), kSelfTids, 16666666L, &session); in TEST_P()
180 auto status = power->createHintSession(getpid(), getuid(), kEmptyTids, 16666666L, &session); in TEST_P()
190 auto status = power->createHintSession(getpid(), getuid(), kSelfTids, 16666666L, &session); in TEST_P()
/aosp12/frameworks/base/native/android/tests/performance_hint/
H A DPerformanceHintNativeTest.cpp37 MOCK_METHOD(Status, createHintSession,
96 EXPECT_CALL(*mMockIHintManager, createHintSession(_, Eq(tids), Eq(targetDuration), _)) in TEST_F()
/aosp12/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.java58 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
/aosp12/hardware/interfaces/power/aidl/android/hardware/power/
H A DIPower.aidl95 IPowerHintSession createHintSession( in createHintSession() method
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
H A DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
H A DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/aosp12/hardware/interfaces/power/aidl/default/
H A DPower.h33 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid,
H A DPower.cpp55 ndk::ScopedAStatus Power::createHintSession(int32_t, int32_t, const std::vector<int32_t>&, int64_t, in createHintSession() function in aidl::android::hardware::power::impl::example::Power
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPower.h48 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid,
H A DPower.cpp256 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession() function in aidl::google::hardware::power::impl::pixel::Power
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceHintManagerTest.java56 return mPerformanceHintManager.createHintSession( in createSession()
/aosp12/frameworks/base/native/android/
H A Dperformance_hint.cpp125 mHintManager->createHintSession(token, tids, initialTargetWorkDurationNanos, &session); in createSession()
/aosp12/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java290 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession() method in HintManagerService.BinderService
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt6616 HSPLandroid/graphics/HardwareRenderer;->createHintSession([I)Landroid/os/PerformanceHintManager$Ses…
12749 HSPLandroid/os/IHintManager$Stub$Proxy;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHin…
13144 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt6614 HSPLandroid/graphics/HardwareRenderer;->createHintSession([I)Landroid/os/PerformanceHintManager$Ses…
12741 HSPLandroid/os/IHintManager$Stub$Proxy;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHin…
13135 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31668 …method @Nullable public android.os.PerformanceHintManager.Session createHintSession(@NonNull int[]…

12