Home
last modified time | relevance | path

Searched refs:boostId (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h486 virtual status_t notifyPowerBoost(int32_t boostId) = 0;
H A DSurfaceComposerClient.h236 static status_t notifyPowerBoost(int32_t boostId);
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp1077 status_t notifyPowerBoost(int32_t boostId) override { in notifyPowerBoost() argument
1084 error = data.writeInt32(boostId); in notifyPowerBoost()
2014 int32_t boostId; in onTransact() local
2015 status_t error = data.readInt32(&boostId); in onTransact()
2020 return notifyPowerBoost(boostId); in onTransact()
H A DSurfaceComposerClient.cpp2181 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument
2182 return ComposerService::getComposerService()->notifyPowerBoost(boostId); in notifyPowerBoost()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h338 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() argument
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h707 status_t notifyPowerBoost(int32_t boostId) override;
H A DSurfaceFlinger.cpp1682 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() argument
1683 Boost powerBoost = static_cast<Boost>(boostId); in notifyPowerBoost()