Home
last modified time | relevance | path

Searched refs:updateSmallAreaDetection (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DSmallAreaDetectionControllerTest.java84 doNothing().when(mSmallAreaDetectionController).updateSmallAreaDetection(any(), any()); in setup()
94 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultAppIdArray), in testUpdateAllowlist_validProperty()
105 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultAppIdArray), in testUpdateAllowlist_includeInvalidRow()
117 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultAppIdArray), in testUpdateAllowlist_includeNotInstalledPkg()
126 verify(mSmallAreaDetectionController, never()).updateSmallAreaDetection(any(), any()); in testUpdateAllowlist_invalidProperty()
/frameworks/base/services/core/java/com/android/server/display/
DSmallAreaDetectionController.java89 updateSmallAreaDetection(allowPkgMap); in updateAllowlist()
107 private void updateSmallAreaDetection(Map<String, Float> allowPkgMap) { in updateSmallAreaDetection() method in SmallAreaDetectionController
123 updateSmallAreaDetection(appIds, thresholds); in updateSmallAreaDetection()
127 void updateSmallAreaDetection(int[] appIds, float[] thresholds) { in updateSmallAreaDetection() method in SmallAreaDetectionController
/frameworks/base/services/core/jni/
Dcom_android_server_display_SmallAreaDetectionController.cpp48 SurfaceComposerClient::updateSmallAreaDetection(appIdVector, thresholdVector); in nativeUpdateSmallAreaDetection()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl517 oneway void updateSmallAreaDetection(in int[] appIds, in float[] thresholds); in updateSmallAreaDetection() method
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h312 void updateSmallAreaDetection(std::vector<std::pair<int32_t, float>>& uidThresholdMappings);
DScheduler.cpp1337 void Scheduler::updateSmallAreaDetection( in updateSmallAreaDetection() function in android::scheduler::Scheduler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h637 status_t updateSmallAreaDetection(std::vector<std::pair<int32_t, float>>& uidThresholdMappings);
1687 binder::Status updateSmallAreaDetection(const std::vector<int32_t>& appIds,
DSurfaceFlinger.cpp8281 status_t SurfaceFlinger::updateSmallAreaDetection( in updateSmallAreaDetection() function in android::SurfaceFlinger
8283 mScheduler->updateSmallAreaDetection(appIdThresholdMappings); in updateSmallAreaDetection()
9594 binder::Status SurfaceComposerAIDL::updateSmallAreaDetection(const std::vector<int32_t>& appIds, in updateSmallAreaDetection() function in android::SurfaceComposerAIDL
9608 status = mFlinger->updateSmallAreaDetection(mappings); in updateSmallAreaDetection()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h221 static status_t updateSmallAreaDetection(std::vector<int32_t>& appIds,
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2816 status_t SurfaceComposerClient::updateSmallAreaDetection(std::vector<int32_t>& appIds, in updateSmallAreaDetection() function in android::SurfaceComposerClient
2819 ComposerServiceAIDL::getComposerService()->updateSmallAreaDetection(appIds, thresholds); in updateSmallAreaDetection()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryIntegrationTest.cpp1928 mScheduler->updateSmallAreaDetection(mappings); in SmallAreaDetectionTest()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp953 binder::Status updateSmallAreaDetection(const std::vector<int32_t>& /*appIds*/, in updateSmallAreaDetection() function in android::FakeSurfaceComposerAIDL