Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp39 std::vector<int32_t> uidVector; in nativeUpdateSmallAreaDetection() local
42 uidVector.reserve(size); in nativeUpdateSmallAreaDetection()
45 uidVector.push_back(static_cast<int32_t>(uids[i])); in nativeUpdateSmallAreaDetection()
48 SurfaceComposerClient::updateSmallAreaDetection(uidVector, thresholdVector); in nativeUpdateSmallAreaDetection()