Searched refs:boostId (Results 1 – 7 of 7) sorted by relevance
486 virtual status_t notifyPowerBoost(int32_t boostId) = 0;
236 static status_t notifyPowerBoost(int32_t boostId);
1077 status_t notifyPowerBoost(int32_t boostId) override { in notifyPowerBoost() argument1084 error = data.writeInt32(boostId); in notifyPowerBoost()2014 int32_t boostId; in onTransact() local2015 status_t error = data.readInt32(&boostId); in onTransact()2020 return notifyPowerBoost(boostId); in onTransact()
2181 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument2182 return ComposerService::getComposerService()->notifyPowerBoost(boostId); in notifyPowerBoost()
338 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() argument
707 status_t notifyPowerBoost(int32_t boostId) override;
1682 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument1683 Boost powerBoost = static_cast<Boost>(boostId); in notifyPowerBoost()