HomeSort by relevance Sort by last modified time
    Searched refs:field_context (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 33 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 = env->GetFieldID(clazz, "mNativeContext", "I")
    [all...]
android_hardware_UsbDeviceConnection.cpp 34 static jfieldID field_context; variable
38 return (struct usb_device*)env->GetLongField(connection, field_context);
54 env->SetLongField(thiz, field_context, (jlong)device);
71 env->SetLongField(thiz, field_context, 0);
276 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
277 if (field_context == NULL) {
android_hardware_UsbRequest.cpp 31 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);
212 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
213 if (field_context == NULL) {
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 44 static jfieldID field_context; variable
91 return (MtpDevice*)env->GetLongField(javaDevice, field_context);
116 env->SetLongField(thiz, field_context, (jlong)device);
127 env->SetLongField(thiz, field_context, 0);
622 field_context = env->GetFieldID(clazz, "mNativeContext", "J");
623 if (field_context == NULL) {
android_mtp_MtpDatabase.cpp 71 static jfieldID field_context; variable
86 return (MtpDatabase *)env->GetLongField(database, field_context);
    [all...]

Completed in 223 milliseconds