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

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_manager_jni.cc 89 native_output_sample_rate_ = env->CallIntMethod(g_audio_manager_, id);
95 native_buffer_size_ = env->CallIntMethod(g_audio_manager_, id);
audio_record_jni.cc 431 jint res = env->CallIntMethod(_javaScObj, initRecordingID, _recAudioSource,
504 jint res = env->CallIntMethod(_javaScObj, startRecordingID);
580 jint res = env->CallIntMethod(_javaScObj, stopRecordingID);
1012 res = env->CallIntMethod(_javaScObj, initRecordingID, _recAudioSource,
1056 res = env->CallIntMethod(_javaScObj, stopRecordingID);
1144 jint recDelayInSamples = _jniEnvRec->CallIntMethod(_javaScObj,
    [all...]
audio_track_jni.cc 433 jint res = env->CallIntMethod(_javaScObj, initPlaybackID, samplingFreq);
503 jint res = env->CallIntMethod(_javaScObj, startPlaybackID);
574 jint res = env->CallIntMethod(_javaScObj, stopPlaybackID);
666 jint res = env->CallIntMethod(_javaScObj, setPlayoutVolumeID,
725 jint level = env->CallIntMethod(_javaScObj, getPlayoutVolumeID);
931 jint res = env->CallIntMethod(_javaScObj, setPlayoutSpeakerID, enable);
1183 res = env->CallIntMethod(_javaScObj, initPlaybackID, samplingFreq);
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
inputstream_wrapper.cpp 33 bytesRead = static_cast<int32_t>(mEnv->CallIntMethod(mStream, sReadID,
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 295 batchOptions.sources_to_use = env->CallIntMethod(
301 batchOptions.flags = env->CallIntMethod(batchOptionsObject, getFlags);
316 geofence.geofence_id = env->CallIntMethod(geofenceRequestObject, getId);
321 GeofenceType type = (GeofenceType)env->CallIntMethod(geofenceRequestObject, getType);
348 options->monitor_transitions = env->CallIntMethod(
356 options->unknown_timer_ms = env->CallIntMethod(geofenceRequestObject, getUnknownTimer);
362 options->notification_responsivenes_ms = env->CallIntMethod(
370 options->last_transition = env->CallIntMethod(geofenceRequestObject, getLastTransition);
374 options->sources_to_use = env->CallIntMethod(geofenceRequestObject, getSourceTechnologies);
com_android_server_input_InputManagerService.cpp 368 jint virtualKeyQuietTime = env->CallIntMethod(mServiceObj,
389 jint hoverTapTimeout = env->CallIntMethod(mServiceObj,
392 jint doubleTapTimeout = env->CallIntMethod(mServiceObj,
395 jint longPressTimeout = env->CallIntMethod(mServiceObj,
411 jint hoverTapSlop = env->CallIntMethod(mServiceObj,
471 jint layer = env->CallIntMethod(mServiceObj, gServiceClassInfo.getPointerLayer);
625 jint keyRepeatTimeout = env->CallIntMethod(mServiceObj,
631 jint keyRepeatDelay = env->CallIntMethod(mServiceObj,
842 wmActions = env->CallIntMethod(mServiceObj,
877 jint wmActions = env->CallIntMethod(mServiceObj
    [all...]
  /frameworks/ex/framesequence/jni/
Stream.cpp 100 jint bytesRead = mEnv->CallIntMethod(mInputStream,
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 235 MtpObjectHandle result = env->CallIntMethod(mDatabase, method_beginSendObject,
281 int result = env->CallIntMethod(mDatabase, method_getNumObjects,
520 jint result = env->CallIntMethod(mDatabase, method_setObjectProperty,
543 jint result = env->CallIntMethod(mDatabase, method_getDeviceProperty,
650 jint result = env->CallIntMethod(mDatabase, method_setDeviceProperty,
    [all...]
android_media_Utils.cpp 350 jint value = env->CallIntMethod(valueObj, intValueID);
378 jint position = env->CallIntMethod(valueObj, positionID);
379 jint limit = env->CallIntMethod(valueObj, limitID);
android_media_MediaHTTPConnection.cpp 144 jint n = env->CallIntMethod(
android_media_MediaExtractor.cpp 92 ssize_t numread = env->CallIntMethod(mDataSource, mReadMethod, offset, byteArrayObj, (jint)size);
  /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);
  /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);
  /external/chromium_org/content/browser/android/java/
java_method.cc 215 jint modifiers = env->CallIntMethod(
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 75 jint n = env->CallIntMethod(fJavaInputStream,
Graphics.cpp 451 return env->CallIntMethod(javaBitmap, gBitmap_getAllocationByteCountMethodID);
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 141 result = MakeIntValue(env->CallIntMethod(object, method));
  /external/chromium_org/base/android/jni_generator/
golden_sample_for_tests_jni.h 120 env->CallIntMethod(obj,
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 71 info->fSampleCount = env->CallIntMethod(gWindowGlue.m_obj, gWindowGlue.m_getMSAASampleCount);
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 71 info->fSampleCount = env->CallIntMethod(gWindowGlue.m_obj, gWindowGlue.m_getMSAASampleCount);
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 614 result = CALL(CallIntMethod, o, method);
664 TEST_DECLARATION(CallIntMethod) {
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 315 int parsePos = env->CallIntMethod(position, gPP_getIndex, NULL);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 303 jint (JNICALL *CallIntMethod)
897 jint CallIntMethod(jobject obj, jmethodID methodID, ...) {
    [all...]

Completed in 342 milliseconds

1 2 3 4 5