Home
last modified time | relevance | path

Searched defs:notifyPowerBoost (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h338 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() function
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp1077 status_t notifyPowerBoost(int32_t boostId) override { in notifyPowerBoost() function in android::BpSurfaceComposer
H A DSurfaceComposerClient.cpp2181 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() function in android::SurfaceComposerClient
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp877 status_t notifyPowerBoost(int32_t /*boostId*/) override { return NO_ERROR; } in notifyPowerBoost() function in android::FakeSurfaceComposer
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1682 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() function in android::SurfaceFlinger