Home
last modified time | relevance | path

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

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