Searched refs:boostId (Results 1 – 7 of 7) sorted by relevance
182 void notifyPowerBoost(int boostId); in notifyPowerBoost() argument
753 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() argument
408 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() argument
631 status_t notifyPowerBoost(int32_t boostId);1489 binder::Status notifyPowerBoost(int boostId) override;
1787 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument1789 Boost powerBoost = static_cast<Boost>(boostId); in notifyPowerBoost()7599 binder::Status SurfaceComposerAIDL::notifyPowerBoost(int boostId) { in notifyPowerBoost() argument7603 status = mFlinger->notifyPowerBoost(boostId); in notifyPowerBoost()
272 static status_t notifyPowerBoost(int32_t boostId);
2417 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument2418 binder::Status status = ComposerServiceAIDL::getComposerService()->notifyPowerBoost(boostId); in notifyPowerBoost()