Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_window_ScreenCapture.cpp161 jlongArray excludeObjectArray = reinterpret_cast<jlongArray>( in getCaptureArgs() local
163 if (excludeObjectArray != nullptr) { in getCaptureArgs()
164 ScopedLongArrayRO excludeArray(env, excludeObjectArray); in getCaptureArgs()