Home
last modified time | relevance | path

Searched refs:writeHintSessionMessage (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/PowerAdvisor/
DPowerAdvisor.cpp211 if (!writeHintSessionMessage<ChannelMessageContents::Tag::hint>(&hint, 1)) { in sendHintSessionHint()
301 if (!writeHintSessionMessage<ChannelMessageContents::Tag::targetDuration>(&target, 1)) { in updateTargetWorkDuration()
355 if (!writeHintSessionMessage< in reportActualWorkDuration()
370 bool PowerAdvisor::writeHintSessionMessage(In* contents, size_t count) { in writeHintSessionMessage() function in android::adpf::impl::PowerAdvisor
DPowerAdvisor.h352 bool writeHintSessionMessage(In* elements, size_t count) REQUIRES(mHintSessionMutex);