Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_window_ScreenCapture.cpp164 jlongArray excludeObjectArray = reinterpret_cast<jlongArray>( in getCaptureArgs() local
166 if (excludeObjectArray != nullptr) { in getCaptureArgs()
167 ScopedLongArrayRO excludeArray(env, excludeObjectArray); in getCaptureArgs()