Home
last modified time | relevance | path

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

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