Home
last modified time | relevance | path

Searched refs:createHintSessionWithConfig (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/performancehinttests/src/com/android/server/power/hint/
DHintManagerServiceTest.java379 () -> service.getBinderServiceInstance().createHintSessionWithConfig(token,
391 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
397 IHintSession b = service.getBinderServiceInstance().createHintSessionWithConfig(token,
403 IHintSession c = service.getBinderServiceInstance().createHintSessionWithConfig(token,
418 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
426 IHintSession b = service.getBinderServiceInstance().createHintSessionWithConfig(token,
434 IHintSession c = service.getBinderServiceInstance().createHintSessionWithConfig(token,
465 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
472 assertEquals(service.getBinderServiceInstance().createHintSessionWithConfig(token,
484 .createHintSessionWithConfig(token, SessionTag.OTHER,
[all …]
/frameworks/native/services/powermanager/tests/
DPowerHalWrapperAidlTest.cpp54 MOCK_METHOD(ndk::ScopedAStatus, createHintSessionWithConfig,
277 createHintSessionWithConfig(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), in TEST_F()
282 mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
333 createHintSessionWithConfig(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), in TEST_F()
339 mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
343 createHintSessionWithConfig(Eq(tgid), Eq(uid), Eq(threadIds), Eq(durationNanos), in TEST_F()
347 result = mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
/frameworks/native/include/powermanager/
DPowerHalWrapper.h61 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSessionWithConfig(
83 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSessionWithConfig(
164 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSessionWithConfig(
DPowerHalController.h67 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSessionWithConfig(
/frameworks/native/services/powermanager/
DPowerHalController.cpp137 HalResult<std::shared_ptr<PowerHintSessionWrapper>> PowerHalController::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::PowerHalController
143 processHalResult(handle->createHintSessionWithConfig(tgid, uid, threadIds, in createHintSessionWithConfig()
DPowerHalWrapper.cpp54 HalResult<std::shared_ptr<PowerHintSessionWrapper>> EmptyHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::EmptyHalWrapper
273 HalResult<std::shared_ptr<PowerHintSessionWrapper>> AidlHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::AidlHalWrapper
278 fromStatus(mHandle->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, in createHintSessionWithConfig()
/frameworks/base/core/java/android/os/
DIHintManager.aidl42 SessionCreationReturn createHintSessionWithConfig(in IBinder token, in SessionTag tag, in createHintSessionWithConfig() method
/frameworks/base/services/core/jni/
Dcom_android_server_hint_HintManagerService.cpp93 static jlong createHintSessionWithConfig(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSessionWithConfig() function
97 gPowerHalController.createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, in createHintSessionWithConfig()
191 jlong out = createHintSessionWithConfig(env, tgid, uid, std::move(threadIds), durationNanos, in nativeCreateHintSessionWithConfig()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/PowerAdvisor/
DMockPowerHalController.h48 createHintSessionWithConfig,
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp129 MOCK_METHOD(ScopedAStatus, createHintSessionWithConfig,
225 ON_CALL(*mMockIHintManager, createHintSessionWithConfig(_, _, _, _, _)) in prepareSessionMock()
413 EXPECT_CALL(*mMockIHintManager, createHintSessionWithConfig(_, _, _, _, _)).Times(1); in TEST_F()
420 EXPECT_CALL(*mMockIHintManager, createHintSessionWithConfig(_, _, _, _, _)).Times(1); in TEST_F()
428 EXPECT_CALL(*mMockIHintManager, createHintSessionWithConfig(_, hal::SessionTag::HWUI, _, _, _)) in TEST_F()
609 EXPECT_CALL(*mMockIHintManager, createHintSessionWithConfig(_, _, _, _, _)).Times(1); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp147 ON_CALL(*mMockPowerHalController, createHintSessionWithConfig) in startPowerHintSession()
154 ON_CALL(*mMockPowerHalController, createHintSessionWithConfig).WillByDefault([] { in startPowerHintSession()
539 ON_CALL(*mMockPowerHalController, createHintSessionWithConfig).WillByDefault([] { in TEST_F()
577 EXPECT_CALL(*mMockPowerHalController, createHintSessionWithConfig) in TEST_F()
/frameworks/base/native/android/tests/system_health/
DNativeSystemHealthUnitTest.cpp46 MOCK_METHOD(ScopedAStatus, createHintSessionWithConfig,
/frameworks/native/services/surfaceflinger/PowerAdvisor/
DPowerAdvisor.cpp224 auto ret = getPowerHal().createHintSessionWithConfig(getpid(), in ensurePowerHintSessionRunning()
/frameworks/base/native/android/
Dperformance_hint.cpp436 ret = mHintManager->createHintSessionWithConfig(mToken, tag, in createSessionUsingConfig()
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java1350 public IHintManager.SessionCreationReturn createHintSessionWithConfig( in createHintSessionWithConfig() method in HintManagerService.BinderService
/frameworks/base/services/
Dart-profile3304 HSPLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSessionWithConfig(La…
Dart-wear-profile16822 PLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSessionWithConfig(Land…