Home
last modified time | relevance | path

Searched refs:setSmallAreaDetectionThreshold (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DSmallAreaDetectionController.java131 void setSmallAreaDetectionThreshold(int appId, float threshold) { in setSmallAreaDetectionThreshold() method in SmallAreaDetectionController
165 setSmallAreaDetectionThreshold(UserHandle.getAppId(uid), threshold); in onPackageAdded()
/frameworks/base/services/core/jni/
Dcom_android_server_display_SmallAreaDetectionController.cpp53 SurfaceComposerClient::setSmallAreaDetectionThreshold(appId, threshold); in nativeSetSmallAreaDetectionThreshold()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl524 oneway void setSmallAreaDetectionThreshold(int appId, float threshold); in setSmallAreaDetectionThreshold() method
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h314 void setSmallAreaDetectionThreshold(int32_t appId, float threshold);
DScheduler.cpp1342 void Scheduler::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() function in android::scheduler::Scheduler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h639 status_t setSmallAreaDetectionThreshold(int32_t appId, float threshold);
1689 binder::Status setSmallAreaDetectionThreshold(int32_t appId, float threshold) override;
DSurfaceFlinger.cpp8287 status_t SurfaceFlinger::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceFlinger
8288 mScheduler->setSmallAreaDetectionThreshold(appId, threshold); in setSmallAreaDetectionThreshold()
9616 binder::Status SurfaceComposerAIDL::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceComposerAIDL
9620 status = mFlinger->setSmallAreaDetectionThreshold(appId, threshold); in setSmallAreaDetectionThreshold()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h226 static status_t setSmallAreaDetectionThreshold(int32_t appId, float threshold);
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2823 status_t SurfaceComposerClient::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceComposerClient
2825 ComposerServiceAIDL::getComposerService()->setSmallAreaDetectionThreshold(appId, in setSmallAreaDetectionThreshold()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp958 binder::Status setSmallAreaDetectionThreshold(int32_t /*appId*/, float /*threshold*/) { in setSmallAreaDetectionThreshold() function in android::FakeSurfaceComposerAIDL