Searched refs:GetMethodIDOrDie (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/base/core/jni/android/graphics/
H A DFontUtils.cpp55 gListClassInfo.mGet = GetMethodIDOrDie(env, listClass, "get", "(I)Ljava/lang/Object;");
56 gListClassInfo.mSize = GetMethodIDOrDie(env, listClass, "size", "()I");
H A DGraphics.cpp758 gBitmapRegionDecoder_constructorMethodID = GetMethodIDOrDie(env, gBitmapRegionDecoder_class, "<init>", "(J)V");
771 gRegion_constructorMethodID = GetMethodIDOrDie(env, gRegion_class, "<init>", "(JI)V");
780 gVMRuntime_newNonMovableArray = GetMethodIDOrDie(env, gVMRuntime_class, "newNonMovableArray",
782 gVMRuntime_addressOf = GetMethodIDOrDie(env, gVMRuntime_class, "addressOf", "(Ljava/lang/Object;)J");
805 gColorSpaceRGB_constructorMethodID = GetMethodIDOrDie(env, gColorSpaceRGB_class,
807 gColorSpaceRGB_getTransferParametersMethodID = GetMethodIDOrDie(env, gColorSpaceRGB_class,
809 gColorSpaceRGB_getTransformMethodID = GetMethodIDOrDie(env, gColorSpaceRGB_class,
821 gTransferParameters_constructorMethodID = GetMethodIDOrDie(env, gTransferParameters_class,
H A DMovie.cpp160 gMovie_constructorMethodID = android::GetMethodIDOrDie(env, gMovie_class, "<init>", "(J)V");
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp196 gRemoteDisplayClassInfo.notifyDisplayConnected = GetMethodIDOrDie(env,
198 gRemoteDisplayClassInfo.notifyDisplayDisconnected = GetMethodIDOrDie(env,
200 gRemoteDisplayClassInfo.notifyDisplayError = GetMethodIDOrDie(env,
H A Dandroid_view_InputDevice.cpp90 gInputDeviceClassInfo.ctor = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz, "<init>",
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
H A Dandroid_hardware_SensorManager.cpp114 sensorOffsets.setType = GetMethodIDOrDie(_env,sensorClass, "setType", "(I)Z");
115 sensorOffsets.setUuid = GetMethodIDOrDie(_env,sensorClass, "setUuid", "(JJ)V");
116 sensorOffsets.init = GetMethodIDOrDie(_env,sensorClass, "<init>", "()V");
122 listOffsets.add = GetMethodIDOrDie(_env,listClass, "add", "(Ljava/lang/Object;)Z");
128 GetMethodIDOrDie(_env, stringOffsets.clazz, "intern", "()Ljava/lang/String;");
558 gBaseEventQueueClassInfo.dispatchSensorEvent = GetMethodIDOrDie(env,
561 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env,
564 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent = GetMethodIDOrDie(env,
H A Dandroid_view_DisplayEventReceiver.cpp177 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
179 gDisplayEventReceiverClassInfo.dispatchHotplug = GetMethodIDOrDie(env,
H A Dandroid_util_FileObserver.cpp143 method_onEvent = GetMethodIDOrDie(env, clazz, "onEvent", "(IILjava/lang/String;)V");
H A Dcore_jni_helpers.h40 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, function in namespace:android
H A Dandroid_hardware_Radio.cpp870 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z");
884 gModulePropertiesCstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>",
900 gRadioFmBandDescriptorCstor = GetMethodIDOrDie(env, fmBandDescriptorClass, "<init>",
905 gRadioAmBandDescriptorCstor = GetMethodIDOrDie(env, amBandDescriptorClass, "<init>",
916 gRadioFmBandConfigCstor = GetMethodIDOrDie(env, fmBandConfigClass, "<init>",
928 gRadioAmBandConfigCstor = GetMethodIDOrDie(env, amBandConfigClass, "<init>",
934 gRadioProgramInfoCstor = GetMethodIDOrDie(env, programInfoClass, "<init>",
939 gRadioMetadataCstor = GetMethodIDOrDie(env, metadataClass, "<init>", "()V");
940 gRadioMetadataMethods.putIntFromNative = GetMethodIDOrDie(env, metadataClass,
943 gRadioMetadataMethods.putStringFromNative = GetMethodIDOrDie(en
[all...]
H A Dandroid_hardware_SoundTrigger.cpp826 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z");
830 gUUIDMethods.toString = GetMethodIDOrDie(env, uuidClass, "toString", "()Ljava/lang/String;");
844 gModulePropertiesCstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>",
874 gRecognitionEventCstor = GetMethodIDOrDie(env, recognitionEventClass, "<init>",
880 gKeyphraseRecognitionEventCstor = GetMethodIDOrDie(env, keyphraseRecognitionEventClass, "<init>",
886 gGenericRecognitionEventCstor = GetMethodIDOrDie(env, genericRecognitionEventClass, "<init>",
900 gKeyphraseRecognitionExtraCstor = GetMethodIDOrDie(env, keyphraseRecognitionExtraClass,
914 gConfidenceLevelCstor = GetMethodIDOrDie(env, confidenceLevelClass, "<init>", "(II)V");
921 gAudioFormatCstor = GetMethodIDOrDie(env, audioFormatClass, "<init>", "(IIII)V");
925 gSoundModelEventCstor = GetMethodIDOrDie(en
[all...]
H A Dandroid_app_backup_FullBackup.cpp134 sFullBackupDataOutput.addSize = GetMethodIDOrDie(env, fbdoClazz, "addSize", "(J)V");
H A Dandroid_os_VintfObject.cpp160 gHashMapInit = GetMethodIDOrDie(env, gHashMapClazz, "<init>", "()V");
161 gHashMapPut = GetMethodIDOrDie(env, gHashMapClazz,
H A Dcom_android_internal_os_FuseAppLoop.cpp227 gOnCommandMethod = GetMethodIDOrDie(env, gFuseAppLoopClass, "onCommand", "(IJJJI[B)V");
228 gOnOpenMethod = GetMethodIDOrDie(env, gFuseAppLoopClass, "onOpen", "(JJ)[B");
H A Dandroid_app_NativeActivity.cpp703 gNativeActivityClassInfo.finish = GetMethodIDOrDie(env, clazz, "finish", "()V");
704 gNativeActivityClassInfo.setWindowFlags = GetMethodIDOrDie(env, clazz, "setWindowFlags",
706 gNativeActivityClassInfo.setWindowFormat = GetMethodIDOrDie(env, clazz, "setWindowFormat",
708 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V");
709 gNativeActivityClassInfo.hideIme = GetMethodIDOrDie(env, clazz, "hideIme", "(I)V");
H A Dandroid_os_HwRemoteBinder.cpp219 gProxyOffsets.constructID = GetMethodIDOrDie(env, clazz, "<init>", "()V");
224 gClassOffsets.mGetName = GetMethodIDOrDie(env, clazz, "getName", "()Ljava/lang/String;");
260 jmethodID constructID = GetMethodIDOrDie(env, clazz.get(), "<init>", "()V");
H A Dandroid_view_PointerIcon.cpp152 gPointerIconClassInfo.load = GetMethodIDOrDie(env, gPointerIconClassInfo.clazz,
H A Dandroid_view_InputEventReceiver.cpp418 gInputEventReceiverClassInfo.dispatchInputEvent = GetMethodIDOrDie(env,
421 gInputEventReceiverClassInfo.dispatchBatchedInputEventPending = GetMethodIDOrDie(env,
H A Dandroid_hardware_camera2_CameraMetadata.cpp604 gMetadataOffsets.mCharacteristicsConstr = GetMethodIDOrDie(env,
607 gMetadataOffsets.mRequestConstr = GetMethodIDOrDie(env,
609 gMetadataOffsets.mResultConstr = GetMethodIDOrDie(env,
629 gMetadataOffsets.mArrayListConstr = GetMethodIDOrDie(env, gMetadataOffsets.mArrayList,
631 gMetadataOffsets.mArrayListAdd = GetMethodIDOrDie(env, gMetadataOffsets.mArrayList,
H A Dandroid_media_AudioSystem.cpp1833 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z");
1834 gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, "toArray", "()[Ljava/lang/Object;");
1838 gAudioHandleCstor = GetMethodIDOrDie(env, audioHandleClass, "<init>", "(I)V");
1843 gAudioPortCstor = GetMethodIDOrDie(env, audioPortClass, "<init>",
1855 gAudioPortConfigCstor = GetMethodIDOrDie(env, audioPortConfigClass, "<init>",
1871 gAudioDevicePortConfigCstor = GetMethodIDOrDie(env, audioDevicePortConfigClass, "<init>",
1876 gAudioMixPortConfigCstor = GetMethodIDOrDie(env, audioMixPortConfigClass, "<init>",
1881 gAudioDevicePortCstor = GetMethodIDOrDie(env, audioDevicePortClass, "<init>",
1886 gAudioMixPortCstor = GetMethodIDOrDie(env, audioMixPortClass, "<init>",
1891 gAudioGainCstor = GetMethodIDOrDie(en
[all...]
H A Dandroid_os_HwBlob.cpp55 gFields.constructID = GetMethodIDOrDie(env, clazz.get(), "<init>", "(I)V");
242 GetMethodIDOrDie(env, clazz.get(), "<init>", "(I)V");
H A Dandroid_hardware_HardwareBuffer.cpp254 gHardwareBufferClassInfo.ctor = GetMethodIDOrDie(env,
H A Dandroid_os_MessageQueue.cpp229 gMessageQueueClassInfo.dispatchEvents = GetMethodIDOrDie(env, clazz,
/frameworks/base/services/core/jni/
H A Dcom_android_server_storage_AppFuseBridge.cpp155 gAppFuseOnMount = GetMethodIDOrDie(env, gAppFuseClass, "onMount", "(I)V");
156 gAppFuseOnClosed = GetMethodIDOrDie(env, gAppFuseClass, "onClosed", "(I)V");
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp233 GetMethodIDOrDie(env, clazz, "onDeviceOpen", "()V");
235 GetMethodIDOrDie(env, clazz, "onDeviceError", "()V");

Completed in 158 milliseconds

123