Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp40 std::vector<float> thresholdVector; in nativeUpdateSmallAreaDetection() local
43 thresholdVector.reserve(size); in nativeUpdateSmallAreaDetection()
46 thresholdVector.push_back(static_cast<float>(thresholds[i])); in nativeUpdateSmallAreaDetection()
48 SurfaceComposerClient::updateSmallAreaDetection(uidVector, thresholdVector); in nativeUpdateSmallAreaDetection()