Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl446 oneway void notifyPowerBoost(int boostId); in notifyPowerBoost()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h477 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3058 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2127 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost()
10294 binder::Status SurfaceComposerAIDL::notifyPowerBoost(int boostId) { in notifyPowerBoost()