/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | SmallAreaDetectionControllerTest.java | 84 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/ |
D | SmallAreaDetectionController.java | 89 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/ |
D | com_android_server_display_SmallAreaDetectionController.cpp | 48 SurfaceComposerClient::updateSmallAreaDetection(appIdVector, thresholdVector); in nativeUpdateSmallAreaDetection()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 517 oneway void updateSmallAreaDetection(in int[] appIds, in float[] thresholds); in updateSmallAreaDetection() method
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 312 void updateSmallAreaDetection(std::vector<std::pair<int32_t, float>>& uidThresholdMappings);
|
D | Scheduler.cpp | 1337 void Scheduler::updateSmallAreaDetection( in updateSmallAreaDetection() function in android::scheduler::Scheduler
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 637 status_t updateSmallAreaDetection(std::vector<std::pair<int32_t, float>>& uidThresholdMappings); 1687 binder::Status updateSmallAreaDetection(const std::vector<int32_t>& appIds,
|
D | SurfaceFlinger.cpp | 8281 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/ |
D | SurfaceComposerClient.h | 221 static status_t updateSmallAreaDetection(std::vector<int32_t>& appIds,
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2816 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/ |
D | LayerHistoryIntegrationTest.cpp | 1928 mScheduler->updateSmallAreaDetection(mappings); in SmallAreaDetectionTest()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 953 binder::Status updateSmallAreaDetection(const std::vector<int32_t>& /*appIds*/, in updateSmallAreaDetection() function in android::FakeSurfaceComposerAIDL
|