Searched refs:field_context (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_SerialPort.cpp33 static jfieldID field_context; variable
142 env->SetIntField(thiz, field_context, fd);
163 int fd = env->GetIntField(thiz, field_context);
165 env->SetIntField(thiz, field_context, -1);
171 int fd = env->GetIntField(thiz, field_context);
193 int fd = env->GetIntField(thiz, field_context);
210 int fd = env->GetIntField(thiz, field_context);
227 int fd = env->GetIntField(thiz, field_context);
242 int fd = env->GetIntField(thiz, field_context);
268 field_context
[all...]
H A Dandroid_hardware_UsbRequest.cpp31 static jfieldID field_context; variable
35 return (struct usb_request*)env->GetIntField(java_request, field_context);
64 env->SetIntField(thiz, field_context, (int)request);
75 env->SetIntField(thiz, field_context, 0);
210 field_context = env->GetFieldID(clazz, "mNativeContext", "I");
211 if (field_context == NULL) {
H A Dandroid_hardware_UsbDeviceConnection.cpp34 static jfieldID field_context; variable
38 return (struct usb_device*)env->GetIntField(connection, field_context);
54 env->SetIntField(thiz, field_context, (int)device);
71 env->SetIntField(thiz, field_context, 0);
255 field_context = env->GetFieldID(clazz, "mNativeContext", "I");
256 if (field_context == NULL) {
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp43 static jfieldID field_context; variable
90 return (MtpDevice*)env->GetIntField(javaDevice, field_context);
115 env->SetIntField(thiz, field_context, (int)device);
126 env->SetIntField(thiz, field_context, 0);
620 field_context = env->GetFieldID(clazz, "mNativeContext", "I");
621 if (field_context == NULL) {
H A Dandroid_mtp_MtpDatabase.cpp66 static jfieldID field_context; variable
79 return (MtpDatabase *)env->GetIntField(database, field_context);
1076 env->SetIntField(thiz, field_context, (int)database);
1083 MyMtpDatabase* database = (MyMtpDatabase *)env->GetIntField(thiz, field_context);
1086 env->SetIntField(thiz, field_context, 0);
1218 field_context = env->GetFieldID(clazz, "mNativeContext", "I");
1219 if (field_context == NULL) {

Completed in 53 milliseconds