Home
last modified time | relevance | path

Searched refs:CallLongMethod (Results 1 – 25 of 25) sorted by relevance

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp260 jlong codecSpecific1 = env->CallLongMethod( in prepareCodecPreferences()
262 jlong codecSpecific2 = env->CallLongMethod( in prepareCodecPreferences()
264 jlong codecSpecific3 = env->CallLongMethod( in prepareCodecPreferences()
266 jlong codecSpecific4 = env->CallLongMethod( in prepareCodecPreferences()
H A Dcom_android_bluetooth_gatt.cpp1544 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattClientScanFilterAddNative()
1545 jlong uuid_lsb = env->CallLongMethod(uuid.get(), uuidGetLsb); in gattClientScanFilterAddNative()
1552 jlong uuid_msb = env->CallLongMethod(uuid_mask.get(), uuidGetMsb); in gattClientScanFilterAddNative()
1553 jlong uuid_lsb = env->CallLongMethod(uuid_mask.get(), uuidGetLsb); in gattClientScanFilterAddNative()
1787 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattServerAddServiceNative()
1788 jlong uuid_lsb = env->CallLongMethod(uuid.get(), uuidGetLsb); in gattServerAddServiceNative()
/aosp12/art/test/1970-force-early-return-long/
H A Dforce_early_return_long.cc75 env->SetLongField(thiz, ret, env->CallLongMethod(thiz, called)); in Java_art_Test1970_00024NativeCallerObject_run()
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Dinputstream_wrapper.cpp50 bytesSkipped = static_cast<int64_t>(mEnv->CallLongMethod(mStream, sSkipID, in skip()
/aosp12/art/test/993-breakpoints/
H A Dbreakpoints.cc98 env->CallLongMethod(thizz, method); in Java_art_Test993_invokeNativeLong()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGLExtcHeader.cpp108 return reinterpret_cast<void*>(_env->CallLongMethod(obj, mid)); in fromEGLHandle()
H A DEGL14cHeader.cpp111 jlong handle = _env->CallLongMethod(obj, mid); in fromEGLHandle()
H A DEGL15cHeader.cpp163 jlong handle = _env->CallLongMethod(obj, mid); in fromEGLHandle()
/aosp12/frameworks/av/camera/ndk/
H A DNdkCameraMetadata.cpp91 jlong ret = env->CallLongMethod(cameraMetadata, in CameraMetadata_getNativeMetadataPtr()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp125 *size = env->CallLongMethod(mMediaDataSourceObj, mGetSizeMethod); in getSize()
H A Dandroid_media_Streams.cpp439 jlong value = env->CallLongMethod(valueObj, longValueID); in ConvertKeyValueArraysToMessage()
H A Dandroid_media_MediaCodec.cpp1245 sp<JMediaCodec> old = (JMediaCodec *)env->CallLongMethod(thiz, gFields.lockAndGetContextID); in setMediaCodec()
1266 sp<JMediaCodec> codec = (JMediaCodec *)env->CallLongMethod(thiz, gFields.lockAndGetContextID); in getMediaCodec()
2260 jlong value = env->CallLongMethod(jvalue.get(), sFields.mLongValueId); in ConvertKeyValueListsToAMessage()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp108 return reinterpret_cast<void*>(_env->CallLongMethod(obj, mid)); in fromEGLHandle()
H A Dandroid_os_HidlMemory.cpp104 jlong jsize = env->CallLongMethod(jobj, gFields.getSize); in javaToNative()
H A Dandroid_opengl_EGL15.cpp163 jlong handle = _env->CallLongMethod(obj, mid); in fromEGLHandle()
H A Dandroid_opengl_EGL14.cpp111 jlong handle = _env->CallLongMethod(obj, mid); in fromEGLHandle()
H A Dandroid_hardware_camera2_DngCreator.cpp460 jlong actual = mEnv->CallLongMethod(mInStream, gInputStreamClassInfo.mSkipMethod, in skip()
/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DJniUtils.cpp83 lua_pushinteger(lua, env->CallLongMethod(value.get(), longMethod)); in pushBundleToLuaTable()
/aosp12/frameworks/base/libs/hwui/jni/
H A DCreateJavaOutputStreamAdaptor.cpp136 jlong skipped = env->CallLongMethod(fJavaInputStream, in doSkip()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h217 jlong (*CallLongMethod)(JNIEnv*, jobject, jmethodID, ...); member
/aosp12/libnativehelper/include_jni/
H A Djni.h217 jlong (*CallLongMethod)(JNIEnv*, jobject, jmethodID, ...); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1111 static jlong CallLongMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallLongMethod() function in art::JNI
2977 JNIImpl::CallLongMethod,
H A Dcheck_jni.cc3873 CheckJNI::CallLongMethod,
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1301 jlong delayMillis = env->CallLongMethod(mServiceObj, in interceptKeyBeforeDispatching()
H A Dcom_android_server_location_GnssLocationProvider.cpp2814 jlong toaGpsNanosOfWeek = env->CallLongMethod( in android_location_gnss_hal_GnssNative_inject_measurement_corrections()