Home
last modified time | relevance | path

Searched defs:boostId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp1077 status_t notifyPowerBoost(int32_t boostId) override { in notifyPowerBoost()
2014 int32_t boostId; in onTransact() local
H A DSurfaceComposerClient.cpp2181 status_t SurfaceComposerClient::notifyPowerBoost(int32_t 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()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1682 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost()