Searched refs:FWD_CALL (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/powermanager/ |
D | PowerHintSessionWrapper.cpp | 45 #define FWD_CALL(version, name, args, untypedArgs) \ macro 62 FWD_CALL(2, updateTargetWorkDuration, (int64_t in_targetDurationNanos), (in_targetDurationNanos)); 63 FWD_CALL(2, reportActualWorkDuration, (const std::vector<WorkDuration>& in_durations), 65 FWD_CALL(2, pause, (), ()); 66 FWD_CALL(2, resume, (), ()); 67 FWD_CALL(2, close, (), ()); 68 FWD_CALL(4, sendHint, (SessionHint in_hint), (in_hint)); 69 FWD_CALL(4, setThreads, (const std::vector<int32_t>& in_threadIds), (in_threadIds)); 70 FWD_CALL(5, setMode, (SessionMode in_type, bool in_enabled), (in_type, in_enabled));
|