Searched refs:setSmallAreaDetectionThreshold (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
D | SmallAreaDetectionController.java | 131 void setSmallAreaDetectionThreshold(int appId, float threshold) { in setSmallAreaDetectionThreshold() method in SmallAreaDetectionController 165 setSmallAreaDetectionThreshold(UserHandle.getAppId(uid), threshold); in onPackageAdded()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_display_SmallAreaDetectionController.cpp | 53 SurfaceComposerClient::setSmallAreaDetectionThreshold(appId, threshold); in nativeSetSmallAreaDetectionThreshold()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 524 oneway void setSmallAreaDetectionThreshold(int appId, float threshold); in setSmallAreaDetectionThreshold() method
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 314 void setSmallAreaDetectionThreshold(int32_t appId, float threshold);
|
D | Scheduler.cpp | 1342 void Scheduler::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() function in android::scheduler::Scheduler
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 639 status_t setSmallAreaDetectionThreshold(int32_t appId, float threshold); 1689 binder::Status setSmallAreaDetectionThreshold(int32_t appId, float threshold) override;
|
D | SurfaceFlinger.cpp | 8287 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/ |
D | SurfaceComposerClient.h | 226 static status_t setSmallAreaDetectionThreshold(int32_t appId, float threshold);
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2823 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/ |
D | Surface_test.cpp | 958 binder::Status setSmallAreaDetectionThreshold(int32_t /*appId*/, float /*threshold*/) { in setSmallAreaDetectionThreshold() function in android::FakeSurfaceComposerAIDL
|