HomeSort by relevance Sort by last modified time
    Searched refs:GetIntField (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 50 out->mcc = env->GetIntField(clazz, gConfigurationClassInfo.mcc);
51 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
52 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
57 out->inputFlags = env->GetIntField(clazz, gConfigurationClassInfo.keyboardHidden);
58 int hardKeyboardHidden = env->GetIntField(clazz, gConfigurationClassInfo.hardKeyboardHidden);
63 out->inputFlags |= env->GetIntField(clazz, gConfigurationClassInfo.navigationHidden)
66 out->orientation = env->GetIntField(clazz, gConfigurationClassInfo.orientation)
    [all...]
android_view_KeyEvent.cpp 80 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
81 jint source = env->GetIntField(eventObj, gKeyEventClassInfo.mSource);
82 jint metaState = env->GetIntField(eventObj, gKeyEventClassInfo.mMetaState);
83 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
84 jint keyCode = env->GetIntField(eventObj, gKeyEventClassInfo.mKeyCode);
85 jint scanCode = env->GetIntField(eventObj, gKeyEventClassInfo.mScanCode);
86 jint repeatCount = env->GetIntField(eventObj, gKeyEventClassInfo.mRepeatCount);
87 jint flags = env->GetIntField(eventObj, gKeyEventClassInfo.mFlags);
android_hardware_SerialPort.cpp 163 int fd = env->GetIntField(thiz, field_context);
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);
android_media_AudioSystem.cpp 615 nAudioGainConfig->index = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mIndex);
616 nAudioGainConfig->mode = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mMode);
618 jint jMask = env->GetIntField(jAudioGainConfig, gAudioGainConfigFields.mChannelMask);
628 nAudioGainConfig->ramp_duration_ms = env->GetIntField(jAudioGainConfig,
646 nAudioPortConfig->id = env->GetIntField(jHandle, gAudioHandleFields.mId);
647 nAudioPortConfig->role = (audio_port_role_t)env->GetIntField(jAudioPort,
663 nAudioPortConfig->sample_rate = env->GetIntField(jAudioPortConfig,
671 jint jMask = env->GetIntField(jAudioPortConfig,
685 jint jFormat = env->GetIntField(jAudioPortConfig, gAudioPortConfigFields.mFormat);
704 nAudioPortConfig->config_mask = env->GetIntField(jAudioPortConfig
    [all...]
android_view_PointerIcon.cpp 81 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType);
94 outPointerIcon->durationPerFrame = env->GetIntField(
  /libcore/ojluni/src/main/native/
io_util_md.h 48 -1 : (*env)->GetIntField(env, (*env)->GetObjectField(env, (this), (fid)), IO_fd_fdID)
53 #define THIS_FD(obj) (*env)->GetIntField(env, obj, IO_fd_fdID)
PlainDatagramSocketImpl.c 136 return (*env)->GetIntField(env, fdObj, IO_fd_fdID);
205 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
271 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
312 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
341 localPort = (*env)->GetIntField(env, this, pdsi_localPortID);
372 jint trafficClass = (*env)->GetIntField(env, this, pdsi_trafficClassID);
390 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
406 packetBufferOffset = (*env)->GetIntField(env, packet, dp_offsetID);
407 packetBufferLen = (*env)->GetIntField(env, packet, dp_lengthID);
414 packetPort = (*env)->GetIntField(env, packet, dp_portID)
    [all...]
FileDescriptor_md.c 59 int fd = (*env)->GetIntField(env, this, IO_fd_fdID);
java_util_zip_Deflater.c 126 jint this_off = (*env)->GetIntField(env, this, offID);
127 jint this_len = (*env)->GetIntField(env, this, lenID);
132 int level = (*env)->GetIntField(env, this, levelID);
133 int strategy = (*env)->GetIntField(env, this, strategyID);
PlainSocketImpl.c 98 return (*env)->GetIntField(env, fdObj, IO_fd_fdID);
223 jint localport = (*env)->GetIntField(env, this, psi_localportID);
233 jint trafficClass = (*env)->GetIntField(env, this, psi_trafficClassID);
246 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
528 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
592 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
619 jint timeout = (*env)->GetIntField(env, this, psi_timeoutID);
644 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
757 port = (*env)->GetIntField(env, this, psi_localportID);
779 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID)
    [all...]
IOUtil.c 61 return (*env)->GetIntField(env, fdo, fd_fdID);
204 return (*env)->GetIntField(env, fdo, fd_fdID);
ServerSocketChannelImpl.c 79 jint ssfd = (*env)->GetIntField(env, ssfdo, fd_fdID);
SocketInputStream.c 68 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
SocketOutputStream.c 68 fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
net_util.c 96 return (*env)->GetIntField(env, holder, iac_addressID);
103 return (*env)->GetIntField(env, holder, iac_familyID);
223 scope = (*env)->GetIntField(env, iaObj, ia6_scopeidID);
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 113 mInfo->layoutParamsFlags = env->GetIntField(obj,
115 mInfo->layoutParamsType = env->GetIntField(obj,
119 mInfo->frameLeft = env->GetIntField(obj,
121 mInfo->frameTop = env->GetIntField(obj,
123 mInfo->frameRight = env->GetIntField(obj,
125 mInfo->frameBottom = env->GetIntField(obj,
151 mInfo->layer = env->GetIntField(obj,
153 mInfo->ownerPid = env->GetIntField(obj,
155 mInfo->ownerUid = env->GetIntField(obj,
157 mInfo->inputFeatures = env->GetIntField(obj
    [all...]
  /packages/services/Car/service/jni/
com_android_car_CarCameraService.cpp 185 rect.left = (uint32_t)env->GetIntField(jrect, fidLeft);
186 rect.top = (uint32_t)env->GetIntField(jrect, fidTop);
187 rect.right = (uint32_t)env->GetIntField(jrect, fidRight);
188 rect.bottom = (uint32_t)env->GetIntField(jrect, fidBottom);
240 rect.left = (uint32_t)env->GetIntField(jrect, fidLeft);
241 rect.top = (uint32_t)env->GetIntField(jrect, fidTop);
242 rect.right = (uint32_t)env->GetIntField(jrect, fidRight);
243 rect.bottom = (uint32_t)env->GetIntField(jrect, fidBottom);
  /frameworks/base/media/jni/
android_media_SyncParams.cpp 60 sync.mSource = (AVSyncSource)env->GetIntField(params, fields.sync_source);
61 sync.mAudioAdjustMode = (AVSyncAudioAdjustMode)env->GetIntField(params, fields.audio_adjust_mode);
64 int set = env->GetIntField(params, fields.set);
android_media_PlaybackParams.h 87 (AudioTimestretchFallbackMode)env->GetIntField(params, fields.audio_fallback_mode);
89 (AudioTimestretchStretchMode)env->GetIntField(params, fields.audio_stretch_mode);
90 int set = env->GetIntField(params, fields.set);
android_mtp_MtpDevice.cpp 608 if (env->GetIntField(info, field_objectInfo_handle) != -1) {
613 object_info->mStorageID = env->GetIntField(info, field_objectInfo_storageId);
614 object_info->mFormat = env->GetIntField(info, field_objectInfo_format);
615 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus);
616 object_info->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize);
617 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat);
619 env->GetIntField(info, field_objectInfo_thumbCompressedSize);
620 object_info->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth);
621 object_info->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight);
622 object_info->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 194 *L = env->GetIntField(obj, gRect_leftFieldID);
195 *T = env->GetIntField(obj, gRect_topFieldID);
196 *R = env->GetIntField(obj, gRect_rightFieldID);
197 *B = env->GetIntField(obj, gRect_bottomFieldID);
214 ir->set(env->GetIntField(obj, gRect_leftFieldID),
215 env->GetIntField(obj, gRect_topFieldID),
216 env->GetIntField(obj, gRect_rightFieldID),
217 env->GetIntField(obj, gRect_bottomFieldID));
246 r->set(SkIntToScalar(env->GetIntField(obj, gRect_leftFieldID)),
247 SkIntToScalar(env->GetIntField(obj, gRect_topFieldID))
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.cpp 30 *size = env->GetIntField(buffer, size_field);
  /libcore/luni/src/main/native/
valueOf.cpp 59 return env->GetIntField(javaLangInteger, fid);
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 127 position = _env->GetIntField(buffer, positionID);
128 limit = _env->GetIntField(buffer, limitID);
129 elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
177 jint position = _env->GetIntField(buffer, positionID);
178 jint elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 68 jint handle = e->GetIntField(o, f);
268 jint handle = e->GetIntField(o, f);

Completed in 9136 milliseconds

1 2 3 4 5 6