Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_window_InputTransferToken.cpp54 static void nativeWriteToParcel(JNIEnv* env, jclass clazz, jlong nativeObj, jobject parcelObj) { in nativeWriteToParcel() argument
55 InputTransferToken* inputTransferToken = reinterpret_cast<InputTransferToken*>(nativeObj); in nativeWriteToParcel()
68 static jobject nativeGetBinderToken(JNIEnv* env, jclass clazz, jlong nativeObj) { in nativeGetBinderToken() argument
69 sp<InputTransferToken> inputTransferToken = reinterpret_cast<InputTransferToken*>(nativeObj); in nativeGetBinderToken()
73 static jlong nativeGetBinderTokenRef(JNIEnv*, jclass, jlong nativeObj) { in nativeGetBinderTokenRef() argument
74 sp<InputTransferToken> inputTransferToken = reinterpret_cast<InputTransferToken*>(nativeObj); in nativeGetBinderTokenRef()
/frameworks/base/core/java/android/view/
DSurfaceControl.java162 private static native void nativeSetBlurRegions(long transactionObj, long nativeObj, in nativeSetBlurRegions() argument
164 private static native void nativeSetStretchEffect(long transactionObj, long nativeObj, in nativeSetStretchEffect() argument
2575 long nativeObj = nativeMirrorSurface(mirrorOf.mNativeObject); in mirrorSurface() local
2578 sc.assignNativeObject(nativeObj, "mirrorSurface"); in mirrorSurface()