Home
last modified time | relevance | path

Searched refs:reportActualWorkDuration (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPowerHintSession.aidl38 oneway void reportActualWorkDuration(in android.hardware.power.WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPowerHintSession.aidl38 oneway void reportActualWorkDuration(in android.hardware.power.WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPowerHintSession.aidl38 oneway void reportActualWorkDuration(in android.hardware.power.WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPowerHintSession.aidl38 oneway void reportActualWorkDuration(in android.hardware.power.WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPowerHintSession.aidl38 oneway void reportActualWorkDuration(in android.hardware.power.WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/android/hardware/power/
DIPowerHintSession.aidl46 oneway void reportActualWorkDuration(in WorkDuration[] durations); in reportActualWorkDuration() method
/hardware/interfaces/power/aidl/default/
DPowerHintSession.h30 ndk::ScopedAStatus reportActualWorkDuration(
DPowerHintSession.cpp33 ScopedAStatus PowerHintSession::reportActualWorkDuration( in reportActualWorkDuration() function in aidl::android::hardware::power::impl::example::PowerHintSession
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DPowerHintSessionTest.cpp230 sess1->reportActualWorkDuration(std::vector<WorkDuration>{wDur}); in TEST_F()
232 sess2->reportActualWorkDuration(std::vector<WorkDuration>{wDur}); in TEST_F()
248 sess1->reportActualWorkDuration(std::vector<WorkDuration>{wDur}); in TEST_F()
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockPowerHintSession.h35 MOCK_METHOD(ndk::ScopedAStatus, reportActualWorkDuration,
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.h63 ndk::ScopedAStatus reportActualWorkDuration(
DPowerHintSession.cpp336 ndk::ScopedAStatus PowerHintSession<HintManagerT, PowerSessionManagerT>::reportActualWorkDuration( in reportActualWorkDuration() function in aidl::google::hardware::power::impl::pixel::PowerHintSession
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp319 ASSERT_TRUE(mSession->reportActualWorkDuration(kDurations).isOk()); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp406 auto ret = mPowerHintSession->reportActualWorkDuration(hintQueue); in sendActualWorkDuration()