/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_JniStaticTest.cpp | 34 jint hash = env->CallIntMethod(coreClass, midHashCode);
|
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
JavaInputStream.cpp | 34 fEnv->CallIntMethod(fInputStream, fReadMethodID, fJavaBuffer);
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
inputstream_wrapper.cpp | 33 bytesRead = static_cast<int32_t>(mEnv->CallIntMethod(mStream, sReadID,
|
/external/webrtc/webrtc/modules/utility/include/ |
jvm_android.h | 48 jint CallIntMethod(jmethodID methodID, ...);
|
/packages/apps/TV/usbtuner/jni/ |
DvbManager.cpp | 133 int fd = (int) env->CallIntMethod(thiz, mOpenDvbFrontEndMethodID); 139 int fd = (int) env->CallIntMethod(thiz, mOpenDvbDemuxMethodID); 145 int fd = (int) env->CallIntMethod(thiz, mOpenDvbDvrMethodID);
|
/frameworks/base/services/core/jni/ |
com_android_server_location_FlpHardwareProvider.cpp | 363 batchOptions.sources_to_use = env->CallIntMethod( 377 batchOptions.flags = env->CallIntMethod(batchOptionsObject, getFlags); 392 geofence.geofence_id = env->CallIntMethod(geofenceRequestObject, getId); 397 GeofenceType type = (GeofenceType)env->CallIntMethod(geofenceRequestObject, getType); 424 options->monitor_transitions = env->CallIntMethod( 432 options->unknown_timer_ms = env->CallIntMethod(geofenceRequestObject, getUnknownTimer); 438 options->notification_responsivenes_ms = env->CallIntMethod( 446 options->last_transition = env->CallIntMethod(geofenceRequestObject, getLastTransition); 450 options->sources_to_use = env->CallIntMethod(geofenceRequestObject, getSourceTechnologies);
|
com_android_server_input_InputManagerService.cpp | 405 jint virtualKeyQuietTime = env->CallIntMethod(mServiceObj, 426 jint hoverTapTimeout = env->CallIntMethod(mServiceObj, 429 jint doubleTapTimeout = env->CallIntMethod(mServiceObj, 432 jint longPressTimeout = env->CallIntMethod(mServiceObj, 448 jint hoverTapSlop = env->CallIntMethod(mServiceObj, 492 jint layer = env->CallIntMethod(mServiceObj, gServiceClassInfo.getPointerLayer); 646 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj, 652 jint keyRepeatDelay = env->CallIntMethod(mServiceObj, 888 wmActions = env->CallIntMethod(mServiceObj, [all...] |
/frameworks/ex/framesequence/jni/ |
Stream.cpp | 128 jint bytesRead = mEnv->CallIntMethod(mInputStream,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_track_jni.cc | 63 return audio_track_->CallIntMethod(get_stream_max_volume_); 67 return audio_track_->CallIntMethod(get_stream_volume_);
|
audio_record_jni.cc | 47 return audio_record_->CallIntMethod(init_recording_,
|
/packages/apps/Terminal/jni/ |
com_android_terminal_Terminal.cpp | 168 return env->CallIntMethod(term->getCallbacks(), damageMethod, rect.start_row, rect.end_row, 179 return env->CallIntMethod(term->getCallbacks(), moveRectMethod, 191 return env->CallIntMethod(term->getCallbacks(), moveCursorMethod, pos.row, 204 return env->CallIntMethod(term->getCallbacks(), setTermPropBooleanMethod, prop, 207 return env->CallIntMethod(term->getCallbacks(), setTermPropIntMethod, prop, val->number); 209 return env->CallIntMethod(term->getCallbacks(), setTermPropStringMethod, prop, 212 return env->CallIntMethod(term->getCallbacks(), setTermPropIntMethod, prop, val->color.red, 235 return env->CallIntMethod(term->getCallbacks(), bellMethod);
|
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 241 MtpObjectHandle result = env->CallIntMethod(mDatabase, method_beginSendObject, 287 int result = env->CallIntMethod(mDatabase, method_getNumObjects, 565 result = env->CallIntMethod(mDatabase, method_setObjectProperty, 589 jint result = env->CallIntMethod(mDatabase, method_getDeviceProperty, 668 result = env->CallIntMethod(mDatabase, method_setDeviceProperty, [all...] |
android_media_MediaDataSource.cpp | 83 jint numread = env->CallIntMethod(mMediaDataSourceObj, mReadMethod,
|
android_media_MediaHTTPConnection.cpp | 143 jint n = env->CallIntMethod(
|
/frameworks/base/packages/MtpDocumentsProvider/jni/ |
com_android_mtp_AppFuse.cpp | 326 return env_->CallIntMethod(self_, app_fuse_close_file_handle, file_handle_to_jlong(in->fh)); 332 return env_->CallIntMethod(self_, app_fuse_flush_file_handle, file_handle_to_jlong(in->fh)); 402 const int result = env_->CallIntMethod(
|
/art/dalvikvm/ |
dalvikvm.cc | 50 int modifiers = env->CallIntMethod(reflected.get(), mid);
|
/development/ndk/sources/android/ndk_helper/ |
JNIHelper.cpp | 307 int32_t i = env->CallIntMethod( jni_helper_java_ref_, mid ); 329 int32_t i = env->CallIntMethod( jni_helper_java_ref_, mid );
|
/external/opencv/ |
cvjni.h | 296 return env->CallIntMethod(java_obj, get_type_mid);
306 return env->CallIntMethod(java_obj, get_type_mid);
|
/cts/tests/tests/media/libmediandkjni/ |
codec-utils-jni.cpp | 170 img->format = env->CallIntMethod(image, gFields.methodFormat); 171 img->width = env->CallIntMethod(image, gFields.methodWidth); 172 img->height = env->CallIntMethod(image, gFields.methodHeight); 212 img->plane[ix].colInc = env->CallIntMethod(plane.get(), gFields.methodPixelStride); 213 img->plane[ix].rowInc = env->CallIntMethod(plane.get(), gFields.methodRowStride);
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 215 int result = env->CallIntMethod(request, synthesisRequest_start, rate, encoding, channelCount); 237 int result = env->CallIntMethod(request, synthesisRequest_audioAvailable, 249 int result = env->CallIntMethod(request, synthesisRequest_done);
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | [all...] |
/external/webrtc/webrtc/modules/utility/source/ |
jvm_android.cc | 113 jint GlobalRef::CallIntMethod(jmethodID methodID, ...) { 117 CHECK_EXCEPTION(jni_) << "Error during CallIntMethod";
|
/frameworks/base/core/jni/android/graphics/ |
CreateJavaOutputStreamAdaptor.cpp | 76 jint n = env->CallIntMethod(fJavaInputStream,
|
/frameworks/base/core/jni/ |
android_hardware_Radio.cpp | 255 jStatus = env->CallIntMethod(*jMetadata, 265 jStatus = env->CallIntMethod(*jMetadata, 283 jStatus = env->CallIntMethod(*jMetadata, 295 env->CallIntMethod(*jMetadata, [all...] |
android_os_MessageQueue.cpp | 153 int newWatchedEvents = mPollEnv->CallIntMethod(mPollObj,
|