/frameworks/base/core/tests/coretests/src/android/os/ |
D | PerformanceHintManagerTest.java | 63 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/ |
D | PowerHalAidlBenchmarks.cpp | 111 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/ |
D | PowerHalController.cpp | 128 HalResult<std::shared_ptr<PowerHintSessionWrapper>> PowerHalController::createHintSession( in createHintSession() function in android::power::PowerHalController 132 processHalResult(handle->createHintSession(tgid, uid, threadIds, in createHintSession()
|
D | PowerHalWrapper.cpp | 46 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/ |
D | PowerHalWrapperAidlTest.cpp | 55 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/ |
D | PowerHalWrapper.h | 55 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession( 77 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession( 161 HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
|
D | PowerHalController.h | 64 virtual HalResult<std::shared_ptr<PowerHintSessionWrapper>> createHintSession(
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/performance/ |
D | PerfHintController.kt | 48 val adpfSession = perfHintMgr!!.createHintSession(intArrayOf(Process.myTid()), in onInit()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_hint_HintManagerService.cpp | 75 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/ |
D | MockPowerHalController.h | 48 createHintSession, (int32_t, int32_t, const std::vector<int32_t>&, int64_t),
|
D | MockIPower.h | 49 MOCK_METHOD(ndk::ScopedAStatus, createHintSession,
|
/frameworks/base/core/java/android/os/ |
D | PerformanceHintManager.java | 77 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | PowerAdvisor.cpp | 256 auto ret = getPowerHal().createHintSession(getpid(), static_cast<int32_t>(getuid()), in ensurePowerHintSessionRunning()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | PowerAdvisorTest.cpp | 572 EXPECT_CALL(*mMockPowerHalController, createHintSession) in TEST_F()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 12531 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
|
/frameworks/base/services/ |
D | art-wear-profile | 21705 PLcom/android/server/power/hint/HintManagerService$BinderService;->createHintSession(Landroid/os/IB…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 12534 HSPLandroid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Se…
|
/frameworks/base/core/api/ |
D | current.txt | 33599 …method @Nullable public android.os.PerformanceHintManager.Session createHintSession(@NonNull int[]…
|