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);
264 field_context
[all...]
H A Dandroid_hardware_UsbRequest.cpp31 static jfieldID field_context; variable
35 return (struct usb_request*)env->GetLongField(java_request, field_context);
64 env->SetLongField(thiz, field_context, (jlong)request);
75 env->SetLongField(thiz, field_context, 0);
246 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
247 if (field_context == NULL) {
H A Dandroid_hardware_UsbDeviceConnection.cpp39 static jfieldID field_context; variable
43 return (struct usb_device*)env->GetLongField(connection, field_context);
59 env->SetLongField(thiz, field_context, (jlong)device);
76 env->SetLongField(thiz, field_context, 0);
322 field_context = GetFieldIDOrDie(env, clazz, "mNativeContext", "J");
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp53 static jfieldID field_context; member in namespace:__anon1245
135 return (MtpDevice*)env->GetLongField(javaDevice, field_context);
204 env->SetLongField(thiz, field_context, (jlong)device);
215 env->SetLongField(thiz, field_context, 0);
1016 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
1017 if (field_context == NULL) {
H A Dandroid_mtp_MtpDatabase.cpp76 static jfieldID field_context; variable
92 return (MtpDatabase *)env->GetLongField(database, field_context);
1245 env->SetLongField(thiz, field_context, (jlong)database);
1252 MyMtpDatabase* database = (MyMtpDatabase *)env->GetLongField(thiz, field_context);
1255 env->SetLongField(thiz, field_context, 0);
1385 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
1386 if (field_context == NULL) {

Completed in 184 milliseconds