From 81ea83d10883886013bc95eac2fe032acf1e7aa9 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 30 Jun 2010 17:49:41 -0400 Subject: Move MTP JNI code from libandroid_runtime to libmedia_jni Signed-off-by: Mike Lockwood Change-Id: I0c54bbe4e6146beba7d22e782e02ded420f50dbd --- include/android_runtime/AndroidRuntime.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/android_runtime') diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h index 97a96b2..2ded5be 100644 --- a/include/android_runtime/AndroidRuntime.h +++ b/include/android_runtime/AndroidRuntime.h @@ -30,7 +30,9 @@ namespace android { - + +class CursorWindow; + class AndroidRuntime { public: @@ -121,6 +123,8 @@ private: // Returns the Unix file descriptor for a ParcelFileDescriptor object extern int getParcelFileDescriptorFD(JNIEnv* env, jobject object); +extern CursorWindow * get_window_from_object(JNIEnv * env, jobject javaWindow); + } #endif -- cgit v1.1