Skip to content

Commit 76b68a4

Browse files
xwxw-gAndroid (Google) Code Review
authored andcommitted
Merge "Remove headroom interval methods" into main
2 parents b2e3514 + 974d726 commit 76b68a4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

services/powermanager/tests/PowerHalWrapperAidlTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ class MockIPower : public IPower {
6969
(const CpuHeadroomParams& params, CpuHeadroomResult* headroom), (override));
7070
MOCK_METHOD(ndk::ScopedAStatus, getGpuHeadroom,
7171
(const GpuHeadroomParams& params, GpuHeadroomResult* headroom), (override));
72-
MOCK_METHOD(ndk::ScopedAStatus, getCpuHeadroomMinIntervalMillis, (int64_t* interval),
73-
(override));
74-
MOCK_METHOD(ndk::ScopedAStatus, getGpuHeadroomMinIntervalMillis, (int64_t* interval),
75-
(override));
7672
MOCK_METHOD(ndk::ScopedAStatus, sendCompositionData,
7773
(const std::vector<CompositionData>& in_data), (override));
7874
MOCK_METHOD(ndk::ScopedAStatus, sendCompositionUpdate,

0 commit comments

Comments
 (0)