Home
last modified time | relevance | path

Searched defs:setSmallAreaDetectionThreshold (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DSmallAreaDetectionController.java143 void setSmallAreaDetectionThreshold(int uid, float threshold) { in setSmallAreaDetectionThreshold() method in SmallAreaDetectionController
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl491 oneway void setSmallAreaDetectionThreshold(int uid, float threshold); in setSmallAreaDetectionThreshold() method
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp1056 void Scheduler::setSmallAreaDetectionThreshold(uid_t uid, float threshold) { in setSmallAreaDetectionThreshold() function in android::scheduler::Scheduler
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1001 binder::Status setSmallAreaDetectionThreshold(int32_t /*uid*/, float /*threshold*/) { in setSmallAreaDetectionThreshold() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2760 status_t SurfaceComposerClient::setSmallAreaDetectionThreshold(uid_t uid, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceComposerClient
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7882 status_t SurfaceFlinger::setSmallAreaDetectionThreshold(uid_t uid, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceFlinger
9184 binder::Status SurfaceComposerAIDL::setSmallAreaDetectionThreshold(int32_t uid, float threshold) { in setSmallAreaDetectionThreshold() function in android::SurfaceComposerAIDL