Searched refs:env (Results 76 - 100 of 214) sorted by relevance

123456789

/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp36 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) argument
38 return (struct usb_device*)env->GetIntField(connection, field_context);
42 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName, argument
45 int fd = jniGetFDFromFileDescriptor(env, fileDescriptor);
51 const char *deviceNameStr = env->GetStringUTFChars(deviceName, NULL);
54 env->SetIntField(thiz, field_context, (int)device);
60 env->ReleaseStringUTFChars(deviceName, deviceNameStr);
65 android_hardware_UsbDeviceConnection_close(JNIEnv *env, jobject thiz) argument
68 struct usb_device* device = get_device_from_object(env, thiz);
71 env
76 android_hardware_UsbDeviceConnection_get_fd(JNIEnv *env, jobject thiz) argument
87 android_hardware_UsbDeviceConnection_get_desc(JNIEnv *env, jobject thiz) argument
108 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz, int interfaceID, jboolean force) argument
127 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, int interfaceID) argument
143 android_hardware_UsbDeviceConnection_control_request(JNIEnv *env, jobject thiz, jint requestType, jint request, jint value, jint index, jbyteArray buffer, jint length, jint timeout) argument
172 android_hardware_UsbDeviceConnection_bulk_request(JNIEnv *env, jobject thiz, jint endpoint, jbyteArray buffer, jint length, jint timeout) argument
199 android_hardware_UsbDeviceConnection_request_wait(JNIEnv *env, jobject thiz) argument
215 android_hardware_UsbDeviceConnection_get_serial(JNIEnv *env, jobject thiz) argument
248 register_android_hardware_UsbDeviceConnection(JNIEnv *env) argument
[all...]
H A Dandroid_view_InputChannel.cpp49 void invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj);
71 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) { argument
73 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
81 static NativeInputChannel* android_view_InputChannel_getNativeInputChannel(JNIEnv* env, argument
83 jint intPtr = env->GetIntField(inputChannelObj, gInputChannelClassInfo.mPtr);
87 static void android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, argument
89 env->SetIntField(inputChannelObj, gInputChannelClassInfo.mPtr,
93 sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env, jobject inputChannelObj) { argument
95 android_view_InputChannel_getNativeInputChannel(env, inputChannelObj);
99 void android_view_InputChannel_setDisposeCallback(JNIEnv* env, jobjec argument
110 android_view_InputChannel_createInputChannel(JNIEnv* env, NativeInputChannel* nativeInputChannel) argument
120 android_view_InputChannel_nativeOpenInputChannelPair(JNIEnv* env, jclass clazz, jstring nameObj) argument
159 android_view_InputChannel_nativeDispose(JNIEnv* env, jobject obj, jboolean finalized) argument
175 android_view_InputChannel_nativeTransferTo(JNIEnv* env, jobject obj, jobject otherObj) argument
189 android_view_InputChannel_nativeReadFromParcel(JNIEnv* env, jobject obj, jobject parcelObj) argument
235 android_view_InputChannel_nativeWriteToParcel(JNIEnv* env, jobject obj, jobject parcelObj) argument
255 android_view_InputChannel_nativeGetName(JNIEnv* env, jobject obj) argument
297 register_android_view_InputChannel(JNIEnv* env) argument
[all...]
H A Dandroid_media_AudioRecord.cpp97 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
98 if (user && env) {
99 env->CallStaticVoidMethod(
103 if (env->ExceptionCheck()) {
104 env->ExceptionDescribe();
105 env->ExceptionClear();
111 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
112 if (user && env) {
113 env->CallStaticVoidMethod(
117 if (env
128 android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this, jint source, jint sampleRateInHertz, jint channels, jint audioFormat, jint buffSizeInBytes, jintArray jSession) argument
257 android_media_AudioRecord_start(JNIEnv *env, jobject thiz) argument
272 android_media_AudioRecord_stop(JNIEnv *env, jobject thiz) argument
287 android_media_AudioRecord_release(JNIEnv *env, jobject thiz) argument
319 android_media_AudioRecord_finalize(JNIEnv *env, jobject thiz) argument
325 android_media_AudioRecord_readInByteArray(JNIEnv *env, jobject thiz, jbyteArray javaAudioData, jint offsetInBytes, jint sizeInBytes) argument
367 android_media_AudioRecord_readInShortArray(JNIEnv *env, jobject thiz, jshortArray javaAudioData, jint offsetInShorts, jint sizeInShorts) argument
378 android_media_AudioRecord_readInDirectBuffer(JNIEnv *env, jobject thiz, jobject jBuffer, jint sizeInBytes) argument
410 android_media_AudioRecord_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument
428 android_media_AudioRecord_get_marker_pos(JNIEnv *env, jobject thiz) argument
446 android_media_AudioRecord_set_pos_update_period(JNIEnv *env, jobject thiz, jint period) argument
464 android_media_AudioRecord_get_pos_update_period(JNIEnv *env, jobject thiz) argument
485 android_media_AudioRecord_get_min_buff_size(JNIEnv *env, jobject thiz, jint sampleRateInHertz, jint nbChannels, jint audioFormat) argument
548 register_android_media_AudioRecord(JNIEnv *env) argument
[all...]
H A DAndroidRuntime.cpp52 extern int register_android_os_Binder(JNIEnv* env);
53 extern int register_android_os_Process(JNIEnv* env);
57 extern int register_android_graphics_Camera(JNIEnv* env);
58 extern int register_android_graphics_Graphics(JNIEnv* env);
59 extern int register_android_graphics_Interpolator(JNIEnv* env);
61 extern int register_android_graphics_MaskFilter(JNIEnv* env);
62 extern int register_android_graphics_Movie(JNIEnv* env);
64 extern int register_android_graphics_PathEffect(JNIEnv* env);
65 extern int register_android_graphics_Shader(JNIEnv* env);
66 extern int register_android_graphics_Typeface(JNIEnv* env);
183 doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) argument
192 com_android_internal_os_RuntimeInit_finishInit(JNIEnv* env, jobject clazz) argument
197 com_android_internal_os_RuntimeInit_zygoteInit(JNIEnv* env, jobject clazz) argument
202 com_android_internal_os_RuntimeInit_isComputerOn(JNIEnv* env, jobject clazz) argument
207 com_android_internal_os_RuntimeInit_turnComputerOn(JNIEnv* env, jobject clazz) argument
211 com_android_internal_os_RuntimeInit_getQwertyKeyboard(JNIEnv* env, jobject clazz) argument
237 register_com_android_internal_os_RuntimeInit(JNIEnv* env) argument
277 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
286 JNIEnv* env; local
831 JNIEnv* env; local
904 onVmCreated(JNIEnv* env) argument
916 JNIEnv* env; local
978 JNIEnv* env; local
1062 register_jni_procs(const RegJNIRec array[], size_t count, JNIEnv* env) argument
1211 startReg(JNIEnv* env) argument
1250 Java_com_android_internal_util_WithFramework_registerNatives( JNIEnv* env, jclass clazz) argument
1259 Java_LoadClass_registerNatives(JNIEnv* env, jclass clazz) argument
[all...]
H A Dandroid_hardware_Camera.cpp59 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
65 void postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata);
66 void addCallbackBuffer(JNIEnv *env, jbyteArray cbb, int msgType);
67 void setCallbackMode(JNIEnv *env, bool installed, bool manualMode);
73 void copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType);
74 void clearCallbackBuffers_l(JNIEnv *env, Vector<jbyteArray> *buffers);
75 void clearCallbackBuffers_l(JNIEnv *env);
76 jbyteArray getCallbackBuffer(JNIEnv *env, Vector<jbyteArray> *buffers, size_t bufferSize);
110 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) argument
114 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env
127 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera) argument
147 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
179 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
194 getCallbackBuffer( JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize) argument
222 copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) argument
280 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
328 postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) argument
359 setCallbackMode(JNIEnv *env, bool installed, bool manualMode) argument
386 addCallbackBuffer( JNIEnv *env, jbyteArray cbb, int msgType) argument
426 clearCallbackBuffers_l(JNIEnv *env) argument
432 clearCallbackBuffers_l(JNIEnv *env, Vector<jbyteArray> *buffers) argument
440 android_hardware_Camera_getNumberOfCameras(JNIEnv *env, jobject thiz) argument
445 android_hardware_Camera_getCameraInfo(JNIEnv *env, jobject thiz, jint cameraId, jobject info_obj) argument
459 android_hardware_Camera_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jint cameraId) argument
495 android_hardware_Camera_release(JNIEnv *env, jobject thiz) argument
526 android_hardware_Camera_setPreviewDisplay(JNIEnv *env, jobject thiz, jobject jSurface) argument
541 android_hardware_Camera_setPreviewTexture(JNIEnv *env, jobject thiz, jobject jSurfaceTexture) argument
559 android_hardware_Camera_startPreview(JNIEnv *env, jobject thiz) argument
571 android_hardware_Camera_stopPreview(JNIEnv *env, jobject thiz) argument
580 android_hardware_Camera_previewEnabled(JNIEnv *env, jobject thiz) argument
589 android_hardware_Camera_setHasPreviewCallback(JNIEnv *env, jobject thiz, jboolean installed, jboolean manualBuffer) argument
604 android_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, int msgType) argument
614 android_hardware_Camera_autoFocus(JNIEnv *env, jobject thiz) argument
626 android_hardware_Camera_cancelAutoFocus(JNIEnv *env, jobject thiz) argument
638 android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, int msgType) argument
669 android_hardware_Camera_setParameters(JNIEnv *env, jobject thiz, jstring params) argument
687 android_hardware_Camera_getParameters(JNIEnv *env, jobject thiz) argument
696 android_hardware_Camera_reconnect(JNIEnv *env, jobject thiz) argument
708 android_hardware_Camera_lock(JNIEnv *env, jobject thiz) argument
719 android_hardware_Camera_unlock(JNIEnv *env, jobject thiz) argument
730 android_hardware_Camera_startSmoothZoom(JNIEnv *env, jobject thiz, jint value) argument
746 android_hardware_Camera_stopSmoothZoom(JNIEnv *env, jobject thiz) argument
757 android_hardware_Camera_setDisplayOrientation(JNIEnv *env, jobject thiz, jint value) argument
769 android_hardware_Camera_startFaceDetection(JNIEnv *env, jobject thiz, jint type) argument
787 android_hardware_Camera_stopFaceDetection(JNIEnv *env, jobject thiz) argument
882 find_fields(JNIEnv *env, field *fields, int count) argument
905 register_android_hardware_Camera(JNIEnv *env) argument
[all...]
H A Dandroid_bluetooth_common.h54 jfieldID get_field(JNIEnv *env,
87 /* our vm and env Version for future env generation */
102 dbus_bool_t dbus_func_args_async(JNIEnv *env,
114 DBusMessage * dbus_func_args(JNIEnv *env,
122 DBusMessage * dbus_func_args_error(JNIEnv *env,
131 DBusMessage * dbus_func_args_timeout(JNIEnv *env,
140 DBusMessage * dbus_func_args_timeout_valist(JNIEnv *env,
150 jint dbus_returns_int32(JNIEnv *env, DBusMessage *reply);
151 jint dbus_returns_uint32(JNIEnv *env, DBusMessag
[all...]
H A Dandroid_util_XmlBlock.cpp35 static jint android_content_XmlBlock_nativeCreate(JNIEnv* env, jobject clazz, argument
40 jniThrowNullPointerException(env, NULL);
44 jsize bLen = env->GetArrayLength(bArray);
46 jniThrowException(env, "java/lang/IndexOutOfBoundsException", NULL);
50 jbyte* b = env->GetByteArrayElements(bArray, NULL);
52 env->ReleaseByteArrayElements(bArray, b, 0);
55 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
62 static jint android_content_XmlBlock_nativeGetStringBlock(JNIEnv* env, jobject clazz, argument
67 jniThrowNullPointerException(env, NULL);
74 static jint android_content_XmlBlock_nativeCreateParseState(JNIEnv* env, jobjec argument
94 android_content_XmlBlock_nativeNext(JNIEnv* env, jobject clazz, jint token) argument
126 android_content_XmlBlock_nativeGetNamespace(JNIEnv* env, jobject clazz, jint token) argument
137 android_content_XmlBlock_nativeGetName(JNIEnv* env, jobject clazz, jint token) argument
148 android_content_XmlBlock_nativeGetText(JNIEnv* env, jobject clazz, jint token) argument
159 android_content_XmlBlock_nativeGetLineNumber(JNIEnv* env, jobject clazz, jint token) argument
171 android_content_XmlBlock_nativeGetAttributeCount(JNIEnv* env, jobject clazz, jint token) argument
183 android_content_XmlBlock_nativeGetAttributeNamespace(JNIEnv* env, jobject clazz, jint token, jint idx) argument
195 android_content_XmlBlock_nativeGetAttributeName(JNIEnv* env, jobject clazz, jint token, jint idx) argument
207 android_content_XmlBlock_nativeGetAttributeResource(JNIEnv* env, jobject clazz, jint token, jint idx) argument
219 android_content_XmlBlock_nativeGetAttributeDataType(JNIEnv* env, jobject clazz, jint token, jint idx) argument
231 android_content_XmlBlock_nativeGetAttributeData(JNIEnv* env, jobject clazz, jint token, jint idx) argument
243 android_content_XmlBlock_nativeGetAttributeStringValue(JNIEnv* env, jobject clazz, jint token, jint idx) argument
255 android_content_XmlBlock_nativeGetAttributeIndex(JNIEnv* env, jobject clazz, jint token, jstring ns, jstring name) argument
285 android_content_XmlBlock_nativeGetIdAttribute(JNIEnv* env, jobject clazz, jint token) argument
298 android_content_XmlBlock_nativeGetClassAttribute(JNIEnv* env, jobject clazz, jint token) argument
311 android_content_XmlBlock_nativeGetStyleAttribute(JNIEnv* env, jobject clazz, jint token) argument
335 android_content_XmlBlock_nativeDestroyParseState(JNIEnv* env, jobject clazz, jint token) argument
347 android_content_XmlBlock_nativeDestroy(JNIEnv* env, jobject clazz, jint token) argument
410 register_android_content_XmlBlock(JNIEnv* env) argument
[all...]
H A Dandroid_graphics_PixelFormat.cpp43 JNIEnv* env, jobject clazz, jint format, jobject pixelFormatObject)
70 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
75 env->SetIntField(pixelFormatObject, offsets.bytesPerPixel, info.bytesPerPixel);
76 env->SetIntField(pixelFormatObject, offsets.bitsPerPixel, info.bitsPerPixel);
82 static void nativeClassInit(JNIEnv* env, jclass clazz);
92 void nativeClassInit(JNIEnv* env, jclass clazz) argument
94 offsets.bytesPerPixel = env->GetFieldID(clazz, "bytesPerPixel", "I");
95 offsets.bitsPerPixel = env->GetFieldID(clazz, "bitsPerPixel", "I");
98 int register_android_graphics_PixelFormat(JNIEnv* env) argument
100 return AndroidRuntime::registerNativeMethods(env,
42 android_graphics_getPixelFormatInfo( JNIEnv* env, jobject clazz, jint format, jobject pixelFormatObject) argument
[all...]
H A Dandroid_server_NetworkManagementSocketTagger.cpp33 static jint QTagUid_tagSocketFd(JNIEnv* env, jclass, argument
36 int userFd = jniGetFDFromFileDescriptor(env, fileDescriptor);
38 if (env->ExceptionOccurred() != NULL) {
50 static int QTagUid_untagSocketFd(JNIEnv* env, jclass, argument
52 int userFd = jniGetFDFromFileDescriptor(env, fileDescriptor);
54 if (env->ExceptionOccurred() != NULL) {
66 static jint QTagUid_setCounterSet(JNIEnv* env, jclass, argument
76 static jint QTagUid_deleteTagData(JNIEnv* env, jclass, argument
93 int register_android_server_NetworkManagementSocketTagger(JNIEnv* env) { argument
94 return jniRegisterNativeMethods(env, "co
[all...]
H A Dandroid_server_BluetoothA2dpService.cpp63 static bool initNative(JNIEnv* env, jobject object) { argument
71 env->GetJavaVM( &(nat->vm) );
72 nat->envVer = env->GetVersion();
73 nat->me = env->NewGlobalRef(object);
89 static void cleanupNative(JNIEnv* env, jobject object) { argument
94 env->DeleteGlobalRef(nat->me);
101 static jobjectArray getSinkPropertiesNative(JNIEnv *env, jobject object, argument
110 const char *c_path = env->GetStringUTFChars(path, NULL);
111 reply = dbus_func_args_timeout(env,
115 env
133 connectSinkNative(JNIEnv *env, jobject object, jstring path) argument
153 disconnectSinkNative(JNIEnv *env, jobject object, jstring path) argument
171 suspendSinkNative(JNIEnv *env, jobject object, jstring path) argument
187 resumeSinkNative(JNIEnv *env, jobject object, jstring path) argument
203 avrcpVolumeUpNative(JNIEnv *env, jobject object, jstring path) argument
219 avrcpVolumeDownNative(JNIEnv *env, jobject object, jstring path) argument
236 a2dp_event_filter(DBusMessage *msg, JNIEnv *env) argument
287 JNIEnv *env; local
326 register_android_server_BluetoothA2dpService(JNIEnv *env) argument
[all...]
H A Dandroid_view_MotionEvent.cpp65 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { argument
70 env->GetIntField(eventObj, gMotionEventClassInfo.mNativePtr));
73 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, argument
75 env->SetIntField(eventObj, gMotionEventClassInfo.mNativePtr,
79 jobject android_view_MotionEvent_obtainAsCopy(JNIEnv* env, const MotionEvent* event) { argument
80 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz,
82 if (env->ExceptionCheck() || !eventObj) {
84 LOGE_EX(env);
85 env->ExceptionClear();
89 MotionEvent* destEvent = android_view_MotionEvent_getNativePtr(env, eventOb
99 android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) argument
114 validatePointerCount(JNIEnv* env, jint pointerCount) argument
123 validatePointerPropertiesArray(JNIEnv* env, jobjectArray pointerPropertiesObjArray, size_t pointerCount) argument
139 validatePointerCoordsObjArray(JNIEnv* env, jobjectArray pointerCoordsObjArray, size_t pointerCount) argument
155 validatePointerIndex(JNIEnv* env, jint pointerIndex, size_t pointerCount) argument
164 validateHistoryPos(JNIEnv* env, jint historyPos, size_t historySize) argument
173 validatePointerCoords(JNIEnv* env, jobject pointerCoordsObj) argument
182 validatePointerProperties(JNIEnv* env, jobject pointerPropertiesObj) argument
191 pointerCoordsToNative(JNIEnv* env, jobject pointerCoordsObj, float xOffset, float yOffset, PointerCoords* outRawPointerCoords) argument
235 obtainPackedAxisValuesArray(JNIEnv* env, uint32_t minSize, jobject outPointerCoordsObj) argument
256 pointerCoordsFromNative(JNIEnv* env, const PointerCoords* rawPointerCoords, float xOffset, float yOffset, jobject outPointerCoordsObj) argument
317 pointerPropertiesToNative(JNIEnv* env, jobject pointerPropertiesObj, PointerProperties* outPointerProperties) argument
326 pointerPropertiesFromNative(JNIEnv* env, const PointerProperties* pointerProperties, jobject outPointerPropertiesObj) argument
337 android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz, jint nativePtr, jint deviceId, jint source, jint action, jint flags, jint edgeFlags, jint metaState, jint buttonState, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, jlong downTimeNanos, jlong eventTimeNanos, jint pointerCount, jobjectArray pointerPropertiesObjArray, jobjectArray pointerCoordsObjArray) argument
389 android_view_MotionEvent_nativeCopy(JNIEnv* env, jclass clazz, jint destNativePtr, jint sourceNativePtr, jboolean keepHistory) argument
400 android_view_MotionEvent_nativeDispose(JNIEnv* env, jclass clazz, jint nativePtr) argument
406 android_view_MotionEvent_nativeAddBatch(JNIEnv* env, jclass clazz, jint nativePtr, jlong eventTimeNanos, jobjectArray pointerCoordsObjArray, jint metaState) argument
432 android_view_MotionEvent_nativeGetDeviceId(JNIEnv* env, jclass clazz, jint nativePtr) argument
438 android_view_MotionEvent_nativeGetSource(JNIEnv* env, jclass clazz, jint nativePtr) argument
444 android_view_MotionEvent_nativeSetSource(JNIEnv* env, jclass clazz, jint nativePtr, jint source) argument
450 android_view_MotionEvent_nativeGetAction(JNIEnv* env, jclass clazz, jint nativePtr) argument
456 android_view_MotionEvent_nativeSetAction(JNIEnv* env, jclass clazz, jint nativePtr, jint action) argument
462 android_view_MotionEvent_nativeIsTouchEvent(JNIEnv* env, jclass clazz, jint nativePtr) argument
468 android_view_MotionEvent_nativeGetFlags(JNIEnv* env, jclass clazz, jint nativePtr) argument
474 android_view_MotionEvent_nativeSetFlags(JNIEnv* env, jclass clazz, jint nativePtr, jint flags) argument
480 android_view_MotionEvent_nativeGetEdgeFlags(JNIEnv* env, jclass clazz, jint nativePtr) argument
486 android_view_MotionEvent_nativeSetEdgeFlags(JNIEnv* env, jclass clazz, jint nativePtr, jint edgeFlags) argument
492 android_view_MotionEvent_nativeGetMetaState(JNIEnv* env, jclass clazz, jint nativePtr) argument
498 android_view_MotionEvent_nativeGetButtonState(JNIEnv* env, jclass clazz, jint nativePtr) argument
504 android_view_MotionEvent_nativeOffsetLocation(JNIEnv* env, jclass clazz, jint nativePtr, jfloat deltaX, jfloat deltaY) argument
510 android_view_MotionEvent_nativeGetXOffset(JNIEnv* env, jclass clazz, jint nativePtr) argument
516 android_view_MotionEvent_nativeGetYOffset(JNIEnv* env, jclass clazz, jint nativePtr) argument
522 android_view_MotionEvent_nativeGetXPrecision(JNIEnv* env, jclass clazz, jint nativePtr) argument
528 android_view_MotionEvent_nativeGetYPrecision(JNIEnv* env, jclass clazz, jint nativePtr) argument
534 android_view_MotionEvent_nativeGetDownTimeNanos(JNIEnv* env, jclass clazz, jint nativePtr) argument
540 android_view_MotionEvent_nativeSetDownTimeNanos(JNIEnv* env, jclass clazz, jint nativePtr, jlong downTimeNanos) argument
546 android_view_MotionEvent_nativeGetPointerCount(JNIEnv* env, jclass clazz, jint nativePtr) argument
552 android_view_MotionEvent_nativeGetPointerId(JNIEnv* env, jclass clazz, jint nativePtr, jint pointerIndex) argument
562 android_view_MotionEvent_nativeGetToolType(JNIEnv* env, jclass clazz, jint nativePtr, jint pointerIndex) argument
572 android_view_MotionEvent_nativeFindPointerIndex(JNIEnv* env, jclass clazz, jint nativePtr, jint pointerId) argument
578 android_view_MotionEvent_nativeGetHistorySize(JNIEnv* env, jclass clazz, jint nativePtr) argument
584 android_view_MotionEvent_nativeGetEventTimeNanos(JNIEnv* env, jclass clazz, jint nativePtr, jint historyPos) argument
598 android_view_MotionEvent_nativeGetRawAxisValue(JNIEnv* env, jclass clazz, jint nativePtr, jint axis, jint pointerIndex, jint historyPos) argument
617 android_view_MotionEvent_nativeGetAxisValue(JNIEnv* env, jclass clazz, jint nativePtr, jint axis, jint pointerIndex, jint historyPos) argument
636 android_view_MotionEvent_nativeGetPointerCoords(JNIEnv* env, jclass clazz, jint nativePtr, jint pointerIndex, jint historyPos, jobject outPointerCoordsObj) argument
659 android_view_MotionEvent_nativeGetPointerProperties(JNIEnv* env, jclass clazz, jint nativePtr, jint pointerIndex, jobject outPointerPropertiesObj) argument
672 android_view_MotionEvent_nativeScale(JNIEnv* env, jclass clazz, jint nativePtr, jfloat scale) argument
678 android_view_MotionEvent_nativeTransform(JNIEnv* env, jclass clazz, jint nativePtr, jobject matrixObj) argument
685 android_view_MotionEvent_nativeReadFromParcel(JNIEnv* env, jclass clazz, jint nativePtr, jobject parcelObj) argument
705 android_view_MotionEvent_nativeWriteToParcel(JNIEnv* env, jclass clazz, jint nativePtr, jobject parcelObj) argument
850 register_android_view_MotionEvent(JNIEnv* env) argument
[all...]
H A Dandroid_backup_BackupDataInput.cpp33 ctor_native(JNIEnv* env, jobject clazz, jobject fileDescriptor) argument
35 int fd = jniGetFDFromFileDescriptor(env, fileDescriptor);
44 dtor_native(JNIEnv* env, jobject clazz, int r) argument
50 readNextHeader_native(JNIEnv* env, jobject clazz, int r, jobject entity) argument
77 jstring keyStr = env->NewStringUTF(key.string());
78 env->SetObjectField(entity, s_keyField, keyStr);
79 env->SetIntField(entity, s_dataSizeField, dataSize);
92 readEntityData_native(JNIEnv* env, jobject clazz, int r, jbyteArray data, int offset, int size) argument
97 if (env->GetArrayLength(data) < (size+offset)) {
102 jbyte* dataBytes = env
115 skipEntityData_native(JNIEnv* env, jobject clazz, int r) argument
134 register_android_backup_BackupDataInput(JNIEnv* env) argument
[all...]
H A Dcom_android_internal_os_ZygoteInit.cpp44 JNIEnv* env, jobject clazz, jint ruid, jint euid)
57 JNIEnv* env, jobject clazz, jint rgid, jint egid)
70 JNIEnv* env, jobject clazz, jint pid, jint pgid)
83 JNIEnv* env, jobject clazz, jint pid)
89 jniThrowIOException(env, errno);
95 static void com_android_internal_os_ZygoteInit_reopenStdio(JNIEnv* env, argument
101 fd = jniGetFDFromFileDescriptor(env, in);
103 if (env->ExceptionOccurred() != NULL) {
111 fd = jniGetFDFromFileDescriptor(env, out);
113 if (env
43 com_android_internal_os_ZygoteInit_setreuid( JNIEnv* env, jobject clazz, jint ruid, jint euid) argument
56 com_android_internal_os_ZygoteInit_setregid( JNIEnv* env, jobject clazz, jint rgid, jint egid) argument
69 com_android_internal_os_ZygoteInit_setpgid( JNIEnv* env, jobject clazz, jint pid, jint pgid) argument
82 com_android_internal_os_ZygoteInit_getpgid( JNIEnv* env, jobject clazz, jint pid) argument
132 com_android_internal_os_ZygoteInit_setCloseOnExec(JNIEnv *env, jobject clazz, jobject descriptor, jboolean flag) argument
166 com_android_internal_os_ZygoteInit_setCapabilities(JNIEnv *env, jobject clazz, jlong permitted, jlong effective) argument
192 com_android_internal_os_ZygoteInit_capgetPermitted(JNIEnv *env, jobject clazz, jint pid) argument
215 com_android_internal_os_ZygoteInit_selectReadable( JNIEnv *env, jobject clazz, jobjectArray fds) argument
282 com_android_internal_os_ZygoteInit_createFileDescriptor( JNIEnv *env, jobject clazz, jint fd) argument
316 register_com_android_internal_os_ZygoteInit(JNIEnv* env) argument
[all...]
H A Dandroid_bluetooth_BluetoothSocket.cpp60 static void abortNative(JNIEnv *env, jobject obj);
61 static void destroyNative(JNIEnv *env, jobject obj);
63 static struct asocket *get_socketData(JNIEnv *env, jobject obj) { argument
65 (struct asocket *) env->GetIntField(obj, field_mSocketData);
67 jniThrowException(env, "java/io/IOException", "null socketData");
71 static void initSocketFromFdNative(JNIEnv *env, jobject obj, jint fd) { argument
79 jniThrowIOException(env, errno);
83 env->SetIntField(obj, field_mSocketData, (jint)s);
87 jniThrowIOException(env, ENOSYS);
90 static void initSocketNative(JNIEnv *env, jobjec argument
166 connectNative(JNIEnv *env, jobject obj) argument
266 bindListenNative(JNIEnv *env, jobject obj) argument
333 acceptNative(JNIEnv *env, jobject obj, int timeout) argument
406 availableNative(JNIEnv *env, jobject obj) argument
428 readNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, jint length) argument
471 writeNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, jint length) argument
520 abortNative(JNIEnv *env, jobject obj) argument
536 destroyNative(JNIEnv *env, jobject obj) argument
553 throwErrnoNative(JNIEnv *env, jobject obj, jint err) argument
571 register_android_bluetooth_BluetoothSocket(JNIEnv *env) argument
[all...]
H A Dandroid_emoji_EmojiFactory.cpp108 JNIEnv* env, EmojiFactory* factory, jstring name) {
109 jobject obj = env->NewObject(gEmojiFactory_class, gEmojiFactory_constructorMethodID,
111 if (env->ExceptionCheck() != 0) {
113 env->ExceptionDescribe();
119 JNIEnv* env, jobject clazz, jstring name) {
128 const jchar* jchars = env->GetStringChars(name, NULL);
129 jsize len = env->GetStringLength(name);
137 env->ReleaseStringChars(name, jchars);
139 return create_java_EmojiFactory(env, factory, name);
143 JNIEnv* env, jobjec
107 create_java_EmojiFactory( JNIEnv* env, EmojiFactory* factory, jstring name) argument
118 android_emoji_EmojiFactory_newInstance( JNIEnv* env, jobject clazz, jstring name) argument
142 android_emoji_EmojiFactory_newAvailableInstance( JNIEnv* env, jobject clazz) argument
163 android_emoji_EmojiFactory_getBitmapFromAndroidPua( JNIEnv* env, jobject clazz, jint nativeEmojiFactory, jint pua) argument
188 android_emoji_EmojiFactory_destructor( JNIEnv* env, jobject obj, jint nativeEmojiFactory) argument
197 android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificSjis( JNIEnv* env, jobject obj, jint nativeEmojiFactory, jchar sjis) argument
203 android_emoji_EmojiFactory_getVendorSpecificSjisFromAndroidPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory, jint pua) argument
209 android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory, jint vsu) argument
215 android_emoji_EmojiFactory_getVendorSpecificPuaFromAndroidPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory, jint pua) argument
221 android_emoji_EmojiFactory_getMaximumVendorSpecificPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory) argument
227 android_emoji_EmojiFactory_getMinimumVendorSpecificPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory) argument
233 android_emoji_EmojiFactory_getMaximumAndroidPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory) argument
239 android_emoji_EmojiFactory_getMinimumAndroidPua( JNIEnv* env, jobject obj, jint nativeEmojiFactory) argument
272 make_globalref(JNIEnv* env, const char classname[]) argument
279 getFieldIDCheck(JNIEnv* env, jclass clazz, const char fieldname[], const char type[]) argument
287 register_android_emoji_EmojiFactory(JNIEnv* env) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp53 extern MtpDatabase* getMtpDatabase(JNIEnv *env, jobject database);
55 static inline MtpServer* getMtpServer(JNIEnv *env, jobject thiz) { argument
56 return (MtpServer*)env->GetIntField(thiz, field_MtpServer_nativeContext);
60 android_mtp_MtpServer_setup(JNIEnv *env, jobject thiz, jobject javaDatabase, jboolean usePtp) argument
64 MtpServer* server = new MtpServer(fd, getMtpDatabase(env, javaDatabase),
66 env->SetIntField(thiz, field_MtpServer_nativeContext, (int)server);
73 android_mtp_MtpServer_run(JNIEnv *env, jobject thiz) argument
75 MtpServer* server = getMtpServer(env, thiz);
83 android_mtp_MtpServer_cleanup(JNIEnv *env, jobject thiz) argument
87 MtpServer* server = getMtpServer(env, thi
97 android_mtp_MtpServer_send_object_added(JNIEnv *env, jobject thiz, jint handle) argument
109 android_mtp_MtpServer_send_object_removed(JNIEnv *env, jobject thiz, jint handle) argument
121 android_mtp_MtpServer_add_storage(JNIEnv *env, jobject thiz, jobject jstorage) argument
153 android_mtp_MtpServer_remove_storage(JNIEnv *env, jobject thiz, jint storageId) argument
184 register_android_mtp_MtpServer(JNIEnv *env) argument
[all...]
H A Dandroid_media_MediaMetadataRetriever.cpp50 static void process_media_retriever_call(JNIEnv *env, status_t opStatus, const char* exception, const char *message) argument
53 jniThrowException(env, "java/lang/IllegalStateException", NULL);
57 jniThrowException( env, exception, message);
62 jniThrowException( env, exception, msg);
67 static MediaMetadataRetriever* getRetriever(JNIEnv* env, jobject thiz) argument
70 MediaMetadataRetriever* retriever = (MediaMetadataRetriever*) env->GetIntField(thiz, fields.context);
74 static void setRetriever(JNIEnv* env, jobject thiz, int retriever) argument
77 MediaMetadataRetriever *old = (MediaMetadataRetriever*) env->GetIntField(thiz, fields.context);
78 env->SetIntField(thiz, fields.context, retriever);
83 JNIEnv *env, jobjec
82 android_media_MediaMetadataRetriever_setDataSourceAndHeaders( JNIEnv *env, jobject thiz, jstring path, jobjectArray keys, jobjectArray values) argument
135 android_media_MediaMetadataRetriever_setDataSource( JNIEnv *env, jobject thiz, jstring path) argument
141 android_media_MediaMetadataRetriever_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong offset, jlong length) argument
225 android_media_MediaMetadataRetriever_getFrameAtTime(JNIEnv *env, jobject thiz, jlong timeUs, jint option) argument
306 android_media_MediaMetadataRetriever_getEmbeddedPicture( JNIEnv *env, jobject thiz, jint pictureType) argument
346 android_media_MediaMetadataRetriever_extractMetadata(JNIEnv *env, jobject thiz, jint keyCode) argument
363 android_media_MediaMetadataRetriever_release(JNIEnv *env, jobject thiz) argument
372 android_media_MediaMetadataRetriever_native_finalize(JNIEnv *env, jobject thiz) argument
382 android_media_MediaMetadataRetriever_native_init(JNIEnv *env) argument
437 android_media_MediaMetadataRetriever_native_setup(JNIEnv *env, jobject thiz) argument
470 register_android_media_MediaMetadataRetriever(JNIEnv *env) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp31 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { argument
32 SkRegion* rgn = (SkRegion*)env->GetIntField(regionObject, gRegion_nativeInstanceFieldID);
37 static SkRegion* Region_constructor(JNIEnv* env, jobject) { argument
41 static void Region_destructor(JNIEnv* env, jobject, SkRegion* region) { argument
46 static void Region_setRegion(JNIEnv* env, jobject, SkRegion* dst, const SkRegion* src) { argument
51 static jboolean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom) { argument
55 static jboolean Region_setPath(JNIEnv* env, jobject, SkRegion* dst, argument
61 static jboolean Region_getBounds(JNIEnv* env, jobject, SkRegion* region, jobject rectBounds) { argument
62 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds);
66 static jboolean Region_getBoundaryPath(JNIEnv* env, jobjec argument
70 Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) argument
77 Region_op1(JNIEnv* env, jobject, SkRegion* dst, jobject rectObject, const SkRegion* region, int op) argument
83 Region_op2(JNIEnv* env, jobject, SkRegion* dst, const SkRegion* region1, const SkRegion* region2, int op) argument
89 Region_isEmpty(JNIEnv* env, jobject region) argument
93 Region_isRect(JNIEnv* env, jobject region) argument
97 Region_isComplex(JNIEnv* env, jobject region) argument
101 Region_contains(JNIEnv* env, jobject region, int x, int y) argument
105 Region_quickContains(JNIEnv* env, jobject region, int left, int top, int right, int bottom) argument
109 Region_quickRejectIIII(JNIEnv* env, jobject region, int left, int top, int right, int bottom) argument
115 Region_quickRejectRgn(JNIEnv* env, jobject region, jobject other) argument
119 Region_translate(JNIEnv* env, jobject region, int x, int y, jobject dst) argument
149 Region_scale(JNIEnv* env, jobject region, jfloat scale, jobject dst) argument
157 Region_toString(JNIEnv* env, jobject clazz, SkRegion* region) argument
169 Region_createFromParcel(JNIEnv* env, jobject clazz, jobject parcel) argument
184 Region_writeToParcel(JNIEnv* env, jobject clazz, const SkRegion* region, jobject parcel) argument
201 Region_equals(JNIEnv* env, jobject clazz, const SkRegion *r1, const SkRegion* r2) argument
219 RegionIter_constructor(JNIEnv* env, jobject, const SkRegion* region) argument
225 RegionIter_destructor(JNIEnv* env, jobject, RgnIterPair* pair) argument
231 RegionIter_next(JNIEnv* env, jobject, RgnIterPair* pair, jobject rectObject) argument
282 register_android_graphics_Region(JNIEnv* env) argument
299 android_graphics_Region_getSkRegion(JNIEnv* env, jobject regionObj) argument
[all...]
H A DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, SkPathEffect* effect) { argument
18 static SkPathEffect* Compose_constructor(JNIEnv* env, jobject, argument
23 static SkPathEffect* Sum_constructor(JNIEnv* env, jobject, argument
28 static SkPathEffect* Dash_constructor(JNIEnv* env, jobject, argument
30 AutoJavaFloatArray autoInterval(env, intervalArray);
42 static SkPathEffect* OneD_constructor(JNIEnv* env, jobject, argument
49 static SkPathEffect* Corner_constructor(JNIEnv* env, jobject, float radius){ argument
53 static SkPathEffect* Discrete_constructor(JNIEnv* env, jobject, argument
93 #define REG(env, name, array) \
94 result = android::AndroidRuntime::registerNativeMethods(env, nam
98 register_android_graphics_PathEffect(JNIEnv* env) argument
[all...]
H A DBitmapRegionDecoder.cpp72 static jobject doBuildTileIndex(JNIEnv* env, SkStream* stream) { argument
76 doThrowIOE(env, "Image format not supported");
80 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env);
88 doThrowIOE(env, msg);
94 return GraphicsJNI::createBitmapRegionDecoder(env, bm);
97 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, argument
103 AutoJavaByteArray ar(env, byteArray);
105 return doBuildTileIndex(env, stream);
108 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz, argument
110 NPE_CHECK_RETURN_ZERO(env, fileDescripto
149 nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, jboolean isShareable) argument
165 nativeNewInstanceFromAsset(JNIEnv* env, jobject clazz, jint native_asset, jboolean isShareable) argument
182 nativeDecodeRegion(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd, int start_x, int start_y, int width, int height, jobject options) argument
250 nativeGetHeight(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) argument
254 nativeGetWidth(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) argument
258 nativeClean(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) argument
300 register_android_graphics_BitmapRegionDecoder(JNIEnv* env) argument
[all...]
H A DColorFilter.cpp35 static void finalizer(JNIEnv* env, jobject clazz, SkColorFilter* obj, SkiaColorFilter* f) { argument
47 static SkiaColorFilter* glCreatePorterDuffFilter(JNIEnv* env, jobject, SkColorFilter *skFilter, argument
56 static SkiaColorFilter* glCreateLightingFilter(JNIEnv* env, jobject, SkColorFilter *skFilter, argument
65 static SkiaColorFilter* glCreateColorMatrixFilter(JNIEnv* env, jobject, SkColorFilter *skFilter, argument
68 AutoJavaFloatArray autoArray(env, jarray, 20);
89 static SkColorFilter* CreatePorterDuffFilter(JNIEnv* env, jobject, jint srcColor, argument
94 static SkColorFilter* CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { argument
98 static SkColorFilter* CreateColorMatrixFilter(JNIEnv* env, jobject, jfloatArray jarray) { argument
99 AutoJavaFloatArray autoArray(env, jarray, 20);
133 #define REG(env, nam
138 register_android_graphics_ColorFilter(JNIEnv* env) argument
[all...]
H A DLayerRasterizer.cpp6 static SkRasterizer* create(JNIEnv* env, jobject) { argument
10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) { argument
26 int register_android_graphics_LayerRasterizer(JNIEnv* env) argument
28 return android::AndroidRuntime::registerNativeMethods(env,
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp32 extern int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss);
38 jint create(JNIEnv *env, jobject thiz, jstring jAddress) argument
40 env->SetIntField(thiz, gNative, -1);
43 if (parse(env, jAddress, 0, &ss) < 0) {
52 jniThrowException(env, "java/net/SocketException", strerror(errno));
61 env->SetIntField(thiz, gNative, socket);
78 env->SetIntField(thiz, gNative, socket);
84 jniThrowException(env, "java/net/SocketException", strerror(errno));
89 jint dup(JNIEnv *env, jobject thiz) argument
91 int socket = ::dup(env
98 close(JNIEnv *env, jobject thiz) argument
113 registerRtpStream(JNIEnv *env) argument
[all...]
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp108 JNIEnv *env = AndroidRuntime::getJNIEnv(); local
115 if (!user || !env) {
116 LOGW("captureCallback error user %p, env %p", user, env);
121 jbyteArray jArray = env->NewByteArray(waveformSize);
123 jbyte *nArray = env->GetByteArrayElements(jArray, NULL);
125 env->ReleaseByteArrayElements(jArray, nArray, 0);
126 env->CallStaticVoidMethod(
134 env->DeleteLocalRef(jArray);
139 jbyteArray jArray = env
162 getVisualizer(JNIEnv* env, jobject thiz) argument
178 android_media_visualizer_native_init(JNIEnv *env) argument
225 android_media_visualizer_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jint sessionId, jintArray jId) argument
309 android_media_visualizer_native_finalize(JNIEnv *env, jobject thiz) argument
330 android_media_visualizer_native_release(JNIEnv *env, jobject thiz) argument
341 android_media_visualizer_native_setEnabled(JNIEnv *env, jobject thiz, jboolean enabled) argument
352 android_media_visualizer_native_getEnabled(JNIEnv *env, jobject thiz) argument
363 android_media_visualizer_native_getCaptureSizeRange(JNIEnv *env, jobject thiz) argument
375 android_media_visualizer_native_getMaxCaptureRate(JNIEnv *env, jobject thiz) argument
381 android_media_visualizer_native_setCaptureSize(JNIEnv *env, jobject thiz, jint size) argument
392 android_media_visualizer_native_getCaptureSize(JNIEnv *env, jobject thiz) argument
402 android_media_visualizer_native_getSamplingRate(JNIEnv *env, jobject thiz) argument
412 android_media_visualizer_native_getWaveForm(JNIEnv *env, jobject thiz, jbyteArray jWaveform) argument
430 android_media_visualizer_native_getFft(JNIEnv *env, jobject thiz, jbyteArray jFft) argument
449 android_media_setPeriodicCapture(JNIEnv *env, jobject thiz, jint rate, jboolean jWaveform, jboolean jFft) argument
501 register_android_media_visualizer(JNIEnv *env) argument
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_InputWindowHandle.cpp69 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
70 env->DeleteWeakGlobalRef(mObjWeak);
73 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) { argument
74 return env->NewLocalRef(mObjWeak);
78 JNIEnv* env = AndroidRuntime::getJNIEnv(); local
79 jobject obj = env->NewLocalRef(mObjWeak);
89 jobject inputChannelObj = env->GetObjectField(obj,
92 mInfo->inputChannel = android_view_InputChannel_getInputChannel(env, inputChannelObj);
93 env->DeleteLocalRef(inputChannelObj);
98 jstring nameObj = jstring(env
162 android_server_InputWindowHandle_getHandle( JNIEnv* env, jobject inputWindowHandleObj) argument
193 android_server_InputWindowHandle_nativeDispose(JNIEnv* env, jobject obj) argument
220 register_android_server_InputWindowHandle(JNIEnv* env) argument
[all...]

Completed in 281 milliseconds

123456789