Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioAttributes.cpp120 env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
123 env->CallObjectMethod(jAttributeBuilder.get(), gAudioAttributesBuilderMethods.setUsage, in nativeAudioAttributesToJavaAudioAttributes()
126 env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
129 env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
132 env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
135 env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
139 *jAudioAttributes = env->CallObjectMethod(jAttributeBuilder.get(), in nativeAudioAttributesToJavaAudioAttributes()
/aosp_15_r20/external/libchrome/base/android/jni_generator/
H A DtestCalledByNatives.golden68 env->CallObjectMethod(obj.obj(),
91 env->CallObjectMethod(obj.obj(),
223 static_cast<jbyteArray>(env->CallObjectMethod(obj.obj(),
242 static_cast<jbooleanArray>(env->CallObjectMethod(obj.obj(),
261 static_cast<jcharArray>(env->CallObjectMethod(obj.obj(),
280 static_cast<jshortArray>(env->CallObjectMethod(obj.obj(),
299 static_cast<jintArray>(env->CallObjectMethod(obj.obj(),
318 static_cast<jlongArray>(env->CallObjectMethod(obj.obj(),
337 static_cast<jdoubleArray>(env->CallObjectMethod(obj.obj(),
356 static_cast<jobjectArray>(env->CallObjectMethod(obj.obj(),
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_android.c297 active_network = (*env)->CallObjectMethod(env, android_connectivity_manager, in ares_get_android_server_list()
303 (*env)->CallObjectMethod(env, android_connectivity_manager, in ares_get_android_server_list()
308 server_list = (*env)->CallObjectMethod(env, link_properties, in ares_get_android_server_list()
323 server = (*env)->CallObjectMethod(env, server_list, android_list_get_mid, in ares_get_android_server_list()
331 str = (*env)->CallObjectMethod(env, server, android_ia_host_addr_mid); in ares_get_android_server_list()
405 active_network = (*env)->CallObjectMethod(env, android_connectivity_manager, in ares_get_android_search_domains_list()
411 (*env)->CallObjectMethod(env, android_connectivity_manager, in ares_get_android_search_domains_list()
417 domains = (*env)->CallObjectMethod(env, link_properties, in ares_get_android_search_domains_list()
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator_jni_common.cc60 JniHelper::CallObjectMethod<jstring>(env, joptions, get_locale)); in FromJavaOptionsInternal()
76 JniHelper::CallObjectMethod<jstring>( in FromJavaOptionsInternal()
86 JniHelper::CallObjectMethod<jstring>( in FromJavaOptionsInternal()
175 JniHelper::CallObjectMethod<jstring>(env, joptions, get_locales)); in FromJavaSelectionOptions()
184 JniHelper::CallObjectMethod<jstring>( in FromJavaSelectionOptions()
265 JniHelper::CallObjectMethod<jstring>( in FromJavaClassificationOptions()
322 JniHelper::CallObjectMethod<jobject>(env, joptions, get_entity_types)); in FromJavaAnnotationOptions()
405 JniHelper::CallObjectMethod<jstring>(env, jfragment, get_text)); in FromJavaInputFragment()
436 JniHelper::CallObjectMethod<jstring>( in FromJavaInputFragment()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp479 env->CallObjectMethod(vibratorInfoBuilder, sVibratorInfoBuilderClassInfo.setCapabilities, in vibratorGetInfo()
487 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
495 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
499 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
506 env->CallObjectMethod(vibratorInfoBuilder, sVibratorInfoBuilderClassInfo.setPwleSizeMax, in vibratorGetInfo()
514 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
520 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
525 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
530 env->CallObjectMethod(vibratorInfoBuilder, sVibratorInfoBuilderClassInfo.setQFactor, in vibratorGetInfo()
534 env->CallObjectMethod(vibratorInfoBuilder, in vibratorGetInfo()
[all …]
H A Dcom_android_server_tv_TvInputHal.cpp66 env->CallObjectMethod( in nativeGetStreamConfigs()
68 env->CallObjectMethod( in nativeGetStreamConfigs()
71 env->CallObjectMethod( in nativeGetStreamConfigs()
73 env->CallObjectMethod( in nativeGetStreamConfigs()
75 env->CallObjectMethod( in nativeGetStreamConfigs()
78 jobject config = env->CallObjectMethod(builder, gTvStreamConfigBuilderClassInfo.build); in nativeGetStreamConfigs()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp336 jintArray array = (jintArray)env->CallObjectMethod(mDatabase, method_getObjectList, in getObjectList()
365 jintArray array = (jintArray)env->CallObjectMethod(mDatabase, in getSupportedPlaybackFormats()
383 jintArray array = (jintArray)env->CallObjectMethod(mDatabase, in getSupportedCaptureFormats()
401 jintArray array = (jintArray)env->CallObjectMethod(mDatabase, in getSupportedObjectProperties()
419 jintArray array = (jintArray)env->CallObjectMethod(mDatabase, in getSupportedDeviceProperties()
443 jobject list = env->CallObjectMethod( in getObjectPropertyValue()
457 … jintArray objectHandlesArray = (jintArray)env->CallObjectMethod(list, method_getObjectHandles); in getObjectPropertyValue()
458 … jintArray propertyCodesArray = (jintArray)env->CallObjectMethod(list, method_getPropertyCodes); in getObjectPropertyValue()
459 jintArray dataTypesArray = (jintArray)env->CallObjectMethod(list, method_getDataTypes); in getObjectPropertyValue()
460 jlongArray longValuesArray = (jlongArray)env->CallObjectMethod(list, method_getLongValues); in getObjectPropertyValue()
[all …]
/aosp_15_r20/frameworks/base/services/core/jni/gnss/
H A DMeasurementCorrections.cpp159 env->CallObjectMethod(correctionsObj, method_correctionsGetSingleSatCorrectionList); in translateMeasurementCorrections()
194 env->CallObjectMethod(correctionsObj, method_correctionsGetSingleSatCorrectionList); in translateMeasurementCorrections()
227 env->CallObjectMethod(correctionsObj, method_correctionsGetSingleSatCorrectionList); in translateMeasurementCorrections()
363 env->CallObjectMethod(singleSatCorrectionObj, method_correctionSatRefPlane); in getSingleSatCorrection_1_0_withoutConstellation()
417 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_1_0()
435 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_1_1()
456 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_Aidl()
481 env->CallObjectMethod(singleSatCorrectionObj, method_correctionSatExcessPathInfoList); in getExcessPathInfoList()
486 jobject excessPathInfoObj = env->CallObjectMethod(excessPathInfoListObj, method_listGet, i); in getExcessPathInfoList()
510 env->CallObjectMethod(excessPathInfoObj, method_excessPathInfoRefPlane); in getExcessPathInfo()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/frameworks/av/media/libmedia/include/media/
H A DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj()
43 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetContentType, in createAudioAttributesObj()
55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
64 return env->CallObjectMethod(jBuilderObj, jBuild); in createAudioAttributesObj()

12345678910>>...19