Searched refs:controlIdlePowerCollapse (Results 1 – 3 of 3) sorted by relevance
314 Return<int32_t> controlIdlePowerCollapse(bool enable, bool synchronous) override;
583 Return<int32_t> HWCSession::controlIdlePowerCollapse(bool enable, bool synchronous) { in controlIdlePowerCollapse() function in sdm::HWCSession
3611 return static_cast<android::status_t>(controlIdlePowerCollapse(enable, synchronous)); in SetIdlePC()