Home
last modified time | relevance | path

Searched refs:notifyPowerBoost (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_NotifyPowerBoostTest.cpp63 EXPECT_EQ(NO_ERROR, mFlinger.notifyPowerBoost(static_cast<int32_t>(Boost::CAMERA_SHOT))); in TEST_F()
73 EXPECT_EQ(NO_ERROR, mFlinger.notifyPowerBoost(static_cast<int32_t>(Boost::INTERACTION))); in TEST_F()
DTestableSurfaceFlinger.h477 auto notifyPowerBoost(int32_t boostId) { return mFlinger->notifyPowerBoost(boostId); } in notifyPowerBoost() function
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl446 oneway void notifyPowerBoost(int boostId); in notifyPowerBoost() method
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp88 SurfaceComposerClient::notifyPowerBoost(static_cast<int32_t>(boost)); in setPowerBoost()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h305 static status_t notifyPowerBoost(int32_t boostId);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h637 status_t notifyPowerBoost(int32_t boostId);
1670 binder::Status notifyPowerBoost(int boostId) override;
DSurfaceFlinger.cpp2127 status_t SurfaceFlinger::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() function in android::SurfaceFlinger
10294 binder::Status SurfaceComposerAIDL::notifyPowerBoost(int boostId) { in notifyPowerBoost() function in android::SurfaceComposerAIDL
10297 status = mFlinger->notifyPowerBoost(boostId); in notifyPowerBoost()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3058 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost() function in android::SurfaceComposerClient
3059 binder::Status status = ComposerServiceAIDL::getComposerService()->notifyPowerBoost(boostId); in notifyPowerBoost()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp911 binder::Status notifyPowerBoost(int /*boostId*/) override { return binder::Status::ok(); } in notifyPowerBoost() function in android::FakeSurfaceComposerAIDL