Searched refs:displayTokenObj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 161 jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, in nativeScreenshotToBuffer() argument 164 sp<IBinder> displayToken = ibinderForJavaObject(env, displayTokenObj); in nativeScreenshotToBuffer() 191 jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, in nativeScreenshotBitmap() argument 194 sp<IBinder> displayToken = ibinderForJavaObject(env, displayTokenObj); in nativeScreenshotBitmap() 254 static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, in nativeScreenshot() argument 257 sp<IBinder> displayToken = ibinderForJavaObject(env, displayTokenObj); in nativeScreenshot()
|